-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
:testAdding or fixing a testAdding or fixing a test>test-failureTest failure from CI, local build, etc.Test failure from CI, local build, etc.BuildBuild Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement.Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement.bugSomething isn't workingSomething isn't workinglucene
Description
Describe the bug
testLuceneVersionConstant did not detect that when the Lucene version was updated [1] the test was broken
java.lang.AssertionError:
Expected: <9.10.0>
but: was <9.9.2>
Related component
Build
To Reproduce
- Update the lucene version
- Merge change into main
- Run the test org.opensearch.qa.verify_version_constants.VerifyVersionConstantsIT.testLuceneVersionConstant
Expected behavior
Test should fail when the version is upgraded, should pass all other times.
Additional Details
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:testAdding or fixing a testAdding or fixing a test>test-failureTest failure from CI, local build, etc.Test failure from CI, local build, etc.BuildBuild Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement.Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement.bugSomething isn't workingSomething isn't workinglucene