-
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] org.opensearch.script.expression.MoreExpressionIT.testSpecialValueVariable {p0={"search.concurrent_segment_search.enabled":"true"}} is flaky #10079
Comments
CC @sohami @neetikasinghal fyi :( |
I can get this to fail deterministically with the following:
It only fails when concurrent search is enabled. |
Mute the test only for the concurrent search enabled case. See opensearch-project#10079. Signed-off-by: Andrew Ross <[email protected]>
Mute the test only for the concurrent search enabled case. See opensearch-project#10079. Signed-off-by: Andrew Ross <[email protected]>
Mute the test only for the concurrent search enabled case. See opensearch-project#10079. Signed-off-by: Andrew Ross <[email protected]>
I also see the test failing with the same reproduction see provided above but the curious thing is that this only happens when I run all the tests in the class. Whenever I specify only the
Actually I still see the tests pass sometimes with the same seed 😕
|
Mute the test only for the concurrent search enabled case. See #10079. Signed-off-by: Andrew Ross <[email protected]>
Mute the test only for the concurrent search enabled case. See #10079. Signed-off-by: Andrew Ross <[email protected]> (cherry picked from commit d3c8909) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mute the test only for the concurrent search enabled case. See #10079. (cherry picked from commit d3c8909) Signed-off-by: Andrew Ross <[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>
) Mute the test only for the concurrent search enabled case. See opensearch-project#10079. Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: Siddhant Deshmukh <[email protected]>
) Mute the test only for the concurrent search enabled case. See opensearch-project#10079. Signed-off-by: Andrew Ross <[email protected]>
) Mute the test only for the concurrent search enabled case. See opensearch-project#10079. Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Describe the bug
The test case org.opensearch.script.expression.MoreExpressionIT.testSpecialValueVariable {p0={"search.concurrent_segment_search.enabled":"true"}} is flaky:
To Reproduce
Expected behavior
Test must always pass
Plugins
Standard
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
https://build.ci.opensearch.org/job/gradle-check/25705
The text was updated successfully, but these errors were encountered: