Update Transport.assertDefaultThreadContext to allow all Task.REQUEST_HEADERS - #21462
Conversation
…_HEADERS Signed-off-by: Craig Perkins <craig5008@gmail.com>
PR Reviewer Guide 🔍(Review updated until commit 8f642c5)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 8f642c5
Previous suggestionsSuggestions up to commit 96a7f1d
|
|
❌ Gradle check result for 96a7f1d: 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? |
Signed-off-by: Craig Perkins <craig5008@gmail.com>
|
Persistent review updated to latest commit 8f642c5 |
|
❌ Gradle check result for 8f642c5: 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? |
1 similar comment
|
❌ Gradle check result for 8f642c5: 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 8f642c5: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21462 +/- ##
============================================
+ Coverage 73.38% 73.42% +0.03%
- Complexity 74353 74393 +40
============================================
Files 5966 5967 +1
Lines 338131 338183 +52
Branches 48740 48751 +11
============================================
+ Hits 248139 248295 +156
+ Misses 70247 70108 -139
- Partials 19745 19780 +35 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…_HEADERS (opensearch-project#21462) * Update Transport.assertDefaultThreadContext to allow all Task.REQUEST_HEADERS Signed-off-by: Craig Perkins <craig5008@gmail.com>
Description
This PR fixes test failures seen in the security repo.
Related Issues
Resolves CI failures like: https://github.com/cwperks/security/actions/runs/25255296838/job/74053773192?pr=92
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.