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

[AUTOCUT] Gradle Check Failure on push to 2.x #9360

Closed
github-actions bot opened this issue Aug 15, 2023 · 1 comment
Closed

[AUTOCUT] Gradle Check Failure on push to 2.x #9360

github-actions bot opened this issue Aug 15, 2023 · 1 comment
Assignees
Labels
autocut bug Something isn't working >test-failure Test failure from CI, local build, etc.

Comments

@github-actions
Copy link
Contributor

Gradle check has failed on push of your commit f6caf4f.
Please examine the workflow log https://build.ci.opensearch.org/job/gradle-check/22782/.
Is the failure a flaky test unrelated to your change?

@github-actions github-actions bot added >test-failure Test failure from CI, local build, etc. autocut bug Something isn't working labels Aug 15, 2023
@tlfeng
Copy link
Collaborator

tlfeng commented Aug 22, 2023

The test failure is tracked in issue #9464

REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.search.query.QueryPhaseTests" -Dtests.method="testQueryTimeoutChecker {p0=5 p1=org.opensearch.search.query.ConcurrentQueryPhaseSearcher@b86cb18}" -Dtests.seed=777661780DBD44E5 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=nb -Dtests.timezone=America/Anchorage -Druntime.java=17

org.opensearch.search.query.QueryPhaseTests > testQueryTimeoutChecker {p0=5 p1=org.opensearch.search.query.ConcurrentQueryPhaseSearcher@b86cb18} FAILED
    java.lang.AssertionError: Values should be different. Actual: 848439
        at __randomizedtesting.SeedInfo.seed([777661780DBD44E5:C800F82A147E5D83]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failEquals(Assert.java:187)
        at org.junit.Assert.assertNotEquals(Assert.java:201)
        at org.junit.Assert.assertNotEquals(Assert.java:213)
        at org.opensearch.search.query.QueryPhaseTests.createTimeoutCheckerThenWaitThenRun(QueryPhaseTests.java:1169)
        at org.opensearch.search.query.QueryPhaseTests.testQueryTimeoutChecker(QueryPhaseTests.java:1140)

@tlfeng tlfeng closed this as completed Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut bug Something isn't working >test-failure Test failure from CI, local build, etc.
Projects
None yet
Development

No branches or pull requests

2 participants