-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Properly order tests annotated with @WithTestResource
#45815
Conversation
The configured lifecycle manager is now taken into account so test using the same managers don't require a restart. This results in much faster test execution when multiple different tests with different @WithTestResource configurations are used. Originally mentioned in https://quarkusio.zulipchat.com/#narrow/channel/187030-users/topic/.40WithTestResource.28.2E.2E.2C.20scope.3DMATCHING_RESOURCES.29/near/495321926
@WithTestResource
Status for workflow
|
The configured lifecycle manager is now taken into account so test using the same managers don't require a restart. This results in much faster test execution when
multiple different tests with different @WithTestResource configurations are used.
Originally mentioned here