-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Core/Infra/CoreCore issues without another labelCore issues without another label>test-failureTriaged test failures from CITriaged test failures from CI
Description
The failure reliably reproduces for me locally on master and 6.x.
Link to the build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+matrix-java-periodic/ES_BUILD_JAVA=java11,ES_RUNTIME_JAVA=java11,nodes=virtual&&linux/14/console
Command to reproduce:
./gradlew :libs:core:test \
-Dtests.seed=35653EB3A532F612 \
-Dtests.class=org.elasticsearch.common.CharArraysTests \
-Dtests.method="testCharsBeginsWith" \
-Dtests.security.manager=true \
-Dtests.locale=ar-DZ \
-Dtests.timezone=Africa/Bujumbura \
-Dcompiler.java=11 \
-Druntime.java=11
Relevant excerpt from the logs:
FAILURE 0.39s | CharArraysTests.testCharsBeginsWith <<< FAILURES!
> Throwable #1: java.lang.AssertionError
> at __randomizedtesting.SeedInfo.seed([35653EB3A532F612:78C0CECE95797639]:0)
> at org.elasticsearch.common.CharArraysTests.testCharsBeginsWith(CharArraysTests.java:50)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at java.base/java.lang.Thread.run(Thread.java:834)
Metadata
Metadata
Assignees
Labels
:Core/Infra/CoreCore issues without another labelCore issues without another label>test-failureTriaged test failures from CITriaged test failures from CI