-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport 2.x] Muting TranslogTransferManagerTests on Windows. #5926
Conversation
Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: Marc Handalian <[email protected]> (cherry picked from commit 2858bd9) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Gradle Check (Jenkins) Run Completed with:
|
Something is off here - the test failing org.opensearch.indices.replication.SegmentReplicationRelocationIT.testStartReplicaAfterPrimaryIndexesDocs |
I do see it as a part of 2.x - https://github.com/opensearch-project/OpenSearch/blob/2.x/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java#L498 |
This is the result for #5925 not 5926... |
That test is in SegmentReplicationIT - the one failing on that check run is in SegmentReplicationRelocationIT that only exists in main. |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #5926 +/- ##
============================================
+ Coverage 70.46% 70.47% +0.01%
- Complexity 58904 58935 +31
============================================
Files 4765 4765
Lines 282397 282397
Branches 41127 41127
============================================
+ Hits 198991 199025 +34
- Misses 66777 66804 +27
+ Partials 16629 16568 -61
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: Marc Handalian <[email protected]> (cherry picked from commit 2858bd9) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Backport 2858bd9 from #5924.