We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One of integ tests are failing if I execute following command:
./gradlew ':test' --tests "org.opensearch.neuralsearch.search.query.HybridCollectorManagerTests.testRescoreWithConcurrentSegmentSearch_whenMatchedDocsAndRescore_thenSuccessful" -Dtests.seed=F7CFD4E7CDCC6ADD
I do replicate the failure consistently in following environment
Gradle Version : 8.10.2 OS Info : Mac OS X 15.3.1 (aarch64) JDK Version : 21 (Amazon Corretto JDK)
if I drop the test seed then error became flaky, most of times test will pass
The text was updated successfully, but these errors were encountered:
minalsha
No branches or pull requests
What is the bug?
One of integ tests are failing if I execute following command:
I do replicate the failure consistently in following environment
if I drop the test seed then error became flaky, most of times test will pass
The text was updated successfully, but these errors were encountered: