-
Notifications
You must be signed in to change notification settings - Fork 114
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
Support parallel testing in MicroProfile TCK and timing-based tests failures #207
Comments
@Emily-Jiang I can help with this work as well |
BTW since MP-TCK hardcodes test names and they may conflict during parallel testing, |
Example run for FT 3.0:
|
@lprimak thanks for bringing this up! Please feel free to raise an issue and propose a PR. ou can start with MicroProfile Fault Tolerance if you like. |
Unfortunately, currently I am very far from having time to raise a PR for this :) |
MP-TCK has many tests and runs very slowly.
Arquillian 1.7.0.Alpha9 and higher now supports parallel testing with TestNG and JUnit 4/5
MicroProfile TCK has timing-related issues in general, and in particular makes it impossible to run using
parallel testing and pass.
TCK should be fixed to be able to run in parallel, and thus able to speed up runs
The text was updated successfully, but these errors were encountered: