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] VerifyVersionConstantsIT.testLuceneVersionConstant is failing post Lucene upgrade to 9.12.0 #16251

Closed
sachinpkale opened this issue Oct 9, 2024 · 1 comment
Assignees
Labels
bug Something isn't working Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement.

Comments

@sachinpkale
Copy link
Member

Describe the bug

PR builds are failing with following error:

VerifyVersionConstantsIT > testLuceneVersionConstant FAILED
    java.lang.AssertionError: 
    Expected: <9.12.0>
         but: was <9.11.1>
        at __randomizedtesting.SeedInfo.seed([C294434BFEC7249D:4FF17E17D9CFE7D4]:0)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
        at org.junit.Assert.assertThat(Assert.java:964)
        at org.junit.Assert.assertThat(Assert.java:930)
        at org.opensearch.qa.verify_version_constants.VerifyVersionConstantsIT.testLuceneVersionConstant(VerifyVersionConstantsIT.java:56)

Reference: https://build.ci.opensearch.org/job/gradle-check/49134/console

Related component

Build

To Reproduce

Raise a PR against main, the build will fail

Expected behavior

Test should not fail.

Additional Details

Plugins
Please list all plugins currently enabled.

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@sachinpkale sachinpkale added bug Something isn't working untriaged labels Oct 9, 2024
@github-actions github-actions bot added the Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement. label Oct 9, 2024
@reta reta self-assigned this Oct 9, 2024
@reta
Copy link
Collaborator

reta commented Oct 9, 2024

Closed by #16252

@reta reta closed this as completed Oct 9, 2024
@reta reta removed the untriaged label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement.
Projects
None yet
Development

No branches or pull requests

2 participants