-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[BUG] Test Failure org.opensearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT.testHighWatermarkNotExceeded #3579
Comments
|
Also occurred in #3583 (comment) |
The flaky test failure is caused by the commit fc54154 / PR #3537 that upgrades Lucene version to 9.3. The assertion failed at https://github.com/opensearch-project/OpenSearch/blob/2.0.1/server/src/internalClusterTest/java/org/opensearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java#L188 |
Another occurrence #3646 This test has started failing more often recently. |
Failing for #3703 |
This test started failing after upgrading Lucene snapshot verison to "9.3.0-snapshot-b7231bb". Merge on refresh is enabled by default after upgrading. This test passes if Merge on refresh is not enabled by default. Thanks to @reta for already putting out a PR to allow users to enable merge on refresh by a index setting. Once that PR get's merged we can leverage that change in this integ test using index setting. That should fix this test failure |
@opensearch-project/opensearch-core team, please take a look at Build 5977 in gradle_check log for more information.
The text was updated successfully, but these errors were encountered: