Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide support for parallel test and test case execution #355

Open
mnovak1 opened this issue Mar 11, 2020 · 1 comment
Open

Provide support for parallel test and test case execution #355

mnovak1 opened this issue Mar 11, 2020 · 1 comment
Labels
Milestone

Comments

@mnovak1
Copy link
Contributor

mnovak1 commented Mar 11, 2020

JUnit 5 allows to runs test and test cases in parallel. However XTF classes are not ready to be invoked from multiple threads and framework does not allow to use different namespaces for test cases to avoid conflicts.

Parallel test/test case execution becomes to be in urgent need to speed up long test suite runs.

@mnovak1 mnovak1 added the major label Apr 1, 2020
@mnovak1
Copy link
Contributor Author

mnovak1 commented Jun 5, 2020

As most of the tests are using Openshift class it should started there.

This will most likely split into several tasks as this touches some of the JUnit 5 extensions like:

  • PodLogRecorder
  • EventsRecorder
  • and possibly other extensions as well

@tommaso-borgato tommaso-borgato added this to the BACKLOG milestone Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants