-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[refs #18606] Use the same thread for a mock invocation #18607
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
base: main
Are you sure you want to change the base?
Conversation
…tion Signed-off-by: Mikhail Stepura <[email protected]>
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:
|
Description
Changed
TransportGetRuleActionTests.testExecute
to useSameThreadExecutorService
to 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.