-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Flaky Test] Fix flaky test in SecureReactorNetty4HttpServerTransportTests with reproducible seed #19327
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
Conversation
…ortTests Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
|
❌ Gradle check result for fd5bc29: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
test/framework/src/main/java/org/opensearch/test/KeyStoreUtils.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19327 +/- ##
============================================
- Coverage 72.88% 72.77% -0.11%
+ Complexity 69841 69749 -92
============================================
Files 5673 5673
Lines 320756 320756
Branches 46370 46370
============================================
- Hits 233796 233445 -351
- Misses 68102 68431 +329
- Partials 18858 18880 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…producible seed (opensearch-project#19327) Signed-off-by: Craig Perkins <[email protected]>
…producible seed (opensearch-project#19327) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Ankit Jain <[email protected]>
…producible seed (opensearch-project#19327) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Ankit Jain <[email protected]>
…producible seed (opensearch-project#19327) Signed-off-by: Craig Perkins <[email protected]>
…producible seed (opensearch-project#19327) Signed-off-by: Craig Perkins <[email protected]>
…producible seed (opensearch-project#19327) Signed-off-by: Craig Perkins <[email protected]>
Description
This PR is an attempt to solve more flakey tests in SecureReactorNetty4HttpServerTransportTests
This PR includes a solution for the random seed:
Related Issues
Related to #17486
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.