Closed
Description
Describe the bug
First observed in #4183 (comment), but I hit the same failure several times in #4222 and was able to reproduce it locally:
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.index.fielddata.SortedSetDVStringFieldDataTests.testSortMissingLast" -Dtests.seed=BC7C1431A4F70C5D -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ga-IE -Dtests.timezone=Europe/Belgrade -Druntime.java=17
org.opensearch.index.fielddata.SortedSetDVStringFieldDataTests > testSortMissingLast FAILED
java.lang.AssertionError: expected:<1105> but was:<1023>
To Reproduce
See above
Expected behavior
Test consistently passes
Plugins
None
Screenshots
N/A
Host/Environment (please complete the following information):
- OS: [e.g. iOS]
- Version [e.g. 22]
Additional context