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

Move checkLazyFaultToleranceInitialization() test to its own class #5138

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

spericas
Copy link
Member

Move checkLazyFaultToleranceInitialization() test to its own class and execute it in its own VM. This test can otherwise fail due to execution ordering in some cases.

…d execute it in its own VM. This test can otherwise fail due to execution ordering in some cases.
@spericas spericas added this to the 2.6.0 milestone Oct 10, 2022
@spericas spericas requested a review from tjquinno October 10, 2022 14:25
@spericas spericas self-assigned this Oct 10, 2022
@spericas spericas merged commit 959bc5e into helidon-io:helidon-2.x Oct 10, 2022
spericas added a commit to spericas/helidon that referenced this pull request Oct 10, 2022
…d execute it in its own VM. This test can otherwise fail due to execution ordering in some cases. (helidon-io#5138)
spericas added a commit that referenced this pull request Oct 10, 2022
* Use lazy values to initialized HealthSupport FT handlers (#5106)

* Use lazy values to initialized HealthSupport FT handlers. Early initialization of these handlers may result in improperly configured FT thread pools. Thread pool sizes may be overridden by the FT CDI extension which isn't guaranteed to run before the Health CDI extension. New test.

* Fixed typo in copyright.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Move checkLazyFaultToleranceInitialization() test to its own class and execute it in its own VM. This test can otherwise fail due to execution ordering in some cases. (#5138)

* Fix merge problem.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants