[refs #18606] Use the same thread for a mock invocation#18607
[refs #18606] Use the same thread for a mock invocation#18607andrross merged 1 commit intoopensearch-project:mainfrom
Conversation
…tion Signed-off-by: Mikhail Stepura <mstepura@apple.com>
|
cc @ruai0511 |
|
❌ Gradle check result for e7586d5: FAILURE 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 failure: #14551 |
|
❌ Gradle check result for e7586d5: 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? |
Hm, I can't find the jenkins job for this check. Was it triggered at all? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18607 +/- ##
============================================
+ Coverage 72.55% 72.64% +0.09%
- Complexity 68185 68220 +35
============================================
Files 5555 5555
Lines 313857 313857
Branches 45522 45522
============================================
+ Hits 227707 228013 +306
+ Misses 67616 67335 -281
+ Partials 18534 18509 -25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…tion (opensearch-project#18607) Signed-off-by: Mikhail Stepura <mstepura@apple.com>
Description
Changed
TransportGetRuleActionTests.testExecuteto useSameThreadExecutorServiceto avoid race conditionsRelated Issues
Resolves #18606
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.