improve unit test make sure thread context propagate to executor thread - #21200
Conversation
PR Reviewer Guide 🔍(Review updated until commit 018f585)Here are some key observations to aid the review process:
|
4d860a6 to
931ed4b
Compare
PR Code Suggestions ✨Latest suggestions up to 018f585 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit a3dea65
Suggestions up to commit 931ed4b
Suggestions up to commit 4d860a6
|
|
Persistent review updated to latest commit 931ed4b |
Signed-off-by: Hailong Cui <ihailong@amazon.com>
931ed4b to
a3dea65
Compare
|
Persistent review updated to latest commit a3dea65 |
|
❌ Gradle check result for a3dea65: 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? |
|
❌ Gradle check result for a3dea65: 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 not related to this change. https://build.ci.opensearch.org/job/gradle-check/74403/console |
|
Persistent review updated to latest commit 018f585 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21200 +/- ##
============================================
- Coverage 73.18% 73.16% -0.03%
+ Complexity 72939 72883 -56
============================================
Files 5888 5888
Lines 333169 333169
Branches 48058 48058
============================================
- Hits 243820 243751 -69
- Misses 69855 69922 +67
- Partials 19494 19496 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ensearch-project#21200) Signed-off-by: Hailong Cui <ihailong@amazon.com>
…ensearch-project#21200) Signed-off-by: Hailong Cui <ihailong@amazon.com>
Description
Follow up for #21167 (comment) to add assertion to make sure thread context propagate to executor thread
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.