Mute flaky CompositeIndexWriterForAppendTests#20903
Mute flaky CompositeIndexWriterForAppendTests#20903mch2 merged 1 commit intoopensearch-project:mainfrom
Conversation
Muting the entire class because some of the failures are file leaks
detected during teardown, so I'm not sure which test method is causing
the problem.
```
CompositeIndexWriterForAppendTests > classMethod FAILED
java.lang.RuntimeException: file handle leaks:
[FileChannel(/var/jenkins/workspace/gradle-check/search/server/build/testrun/test/temp/org.opensearch.index.engine.CompositeIndexWriterForAppendTests_5D4C13243992BC3C-001/index-MMapDirectory-001/write.lock)]
```
Signed-off-by: Andrew Ross <andrross@amazon.com>
|
FYI @RS146BIJAY |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
❌ Gradle check result for 9522338: 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? |
|
❕ Gradle check result for 9522338: 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 #20903 +/- ##
============================================
- Coverage 73.32% 73.32% -0.01%
- Complexity 72272 72293 +21
============================================
Files 5797 5802 +5
Lines 330323 330405 +82
Branches 47676 47686 +10
============================================
+ Hits 242215 242275 +60
- Misses 68663 68672 +9
- Partials 19445 19458 +13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Sorry I missed this test case fixes. I will fix this issue in another day or tow and raise the PR. Thanks @andrross for muting the test cases in the mean time. |
Signed-off-by: kkewwei <kkewwei@163.com>
Muting the entire class because some of the failures are file leaks detected during teardown, so I'm not sure which test method is causing the problem.
Related to #20005
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.