Skip to content
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 SubmitAsynchronousSearchSingleNodeIT.testSubmitAsynchronousSearchWithRetainedResponse reproducible seed #552

Open
mch2 opened this issue Mar 26, 2024 · 1 comment
Labels
bug Something isn't working integ-test-failure Integration test failures

Comments

@mch2
Copy link
Member

mch2 commented Mar 26, 2024

From 2.13 release tests here there is a failure without security plugin.

This seed is reproducible. I think the issue here is a low waitForCompletionTimeout value. The test fetches a random TimeValue between 1 and 5000 ms and with this seed it is set to 6s.

Test testSubmitAsynchronousSearchWithoutRetainedResponse also fails with setting this timeout to a similar value.

I dont have a lot of context here but I think setting a min value of 1k here is reasonable? CC @bharath-techie.


REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.search.asynchronous.integTests.SubmitAsynchronousSearchSingleNodeIT.testSubmitAsynchronousSearchWithRetainedResponse" -Dtests.seed=DA4B7AB78276EF7A -Dtests.security.manager=false -Dtests.locale=ar-QA -Dtests.timezone=NZ-CHAT -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.search.asynchronous.integTests.SubmitAsynchronousSearchSingleNodeIT.testSubmitAsynchronousSearchWithRetainedResponse" -Dtests.seed=DA4B7AB78276EF7A -Dtests.security.manager=false -Dtests.locale=ar-QA -Dtests.timezone=NZ-CHAT -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.search.asynchronous.integTests.SubmitAsynchronousSearchSingleNodeIT" -Dtests.seed=DA4B7AB78276EF7A -Dtests.security.manager=false -Dtests.locale=en-US -Dtests.timezone=UTC -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.search.asynchronous.integTests.SubmitAsynchronousSearchSingleNodeIT" -Dtests.seed=DA4B7AB78276EF7A -Dtests.security.manager=false -Dtests.locale=en-US -Dtests.timezone=UTC -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.search.asynchronous.integTests.SubmitAsynchronousSearchSingleNodeIT" -Dtests.seed=DA4B7AB78276EF7A -Dtests.security.manager=false -Dtests.locale=en-US -Dtests.timezone=UTC -Druntime.java=21

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.search.asynchronous.integTests.SubmitAsynchronousSearchSingleNodeIT" -Dtests.seed=DA4B7AB78276EF7A -Dtests.security.manager=false -Dtests.locale=en-US -Dtests.timezone=UTC -Druntime.java=21
@mch2 mch2 added bug Something isn't working untriaged labels Mar 26, 2024
@dblock dblock added integ-test-failure Integration test failures and removed untriaged labels Jun 24, 2024
@dblock
Copy link
Member

dblock commented Jun 24, 2024

Catch All Triage - 1 2 3 4 5 6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working integ-test-failure Integration test failures
Projects
None yet
Development

No branches or pull requests

2 participants