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

New FT Nima executors and larger multiplier for TCK timeouts in pipeline #5317

Merged
merged 7 commits into from
Nov 7, 2022

Conversation

spericas
Copy link
Member

@spericas spericas commented Nov 3, 2022

Summary of changes in this PR:

  • Replaces all executors in FT Nima to use VTs
    • Drops the ability to configure these executors using config (pool sizes are not needed with VTs)
  • Uses a larger multiplier for TCK timeouts
  • Fixes some potential race condition in BulkheadImpl
  • Tweaks some tests to ensure happens-before relationship guarantees
  • Multiple TCKs runs in pipeline without failures

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

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas added enhancement New feature or request testing labels Nov 3, 2022
@spericas spericas self-assigned this Nov 3, 2022
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 3, 2022
barchetta
barchetta previously approved these changes Nov 3, 2022
…l exclusion in bulkheads.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
…VTs. Simulate scheduled tasks with delayed callables/runnables. Remove ability to configure thread pool sizes etc. since it does not apply to VTs anymore.
@spericas spericas changed the title Try a larger multiplier for TCK timeouts in pipeline New FT Nima executors and larger multiplier for TCK timeouts in pipeline Nov 4, 2022
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas marked this pull request as ready for review November 7, 2022 15:57
@spericas spericas merged commit 17bfd39 into helidon-io:main Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request OCA Verified All contributors have signed the Oracle Contributor Agreement. testing
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4.x: fault.tolerance.tck.TimeoutTest.testGTDefaultTimeout intermittent failure
3 participants