Skip to content

TasksIT#testTransportBulkTasks can fail with an assertion error #37893

@jtibshirani

Description

@jtibshirani

I wasn't able to reproduce this failure locally. It looks like this test first started failing yesterday, and has failed several times since then.


Link to the build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+matrix-java-periodic/ES_BUILD_JAVA=openjdk12,ES_RUNTIME_JAVA=zulu11,nodes=virtual&&linux/202/

Command to reproduce:

./gradlew :server:integTest \
  -Dtests.seed=6C5864EE064FF190 \
  -Dtests.class=org.elasticsearch.action.admin.cluster.node.tasks.TasksIT \
  -Dtests.method="testTransportBulkTasks" \
  -Dtests.security.manager=true \
  -Dtests.locale=ar-QA \
  -Dtests.timezone=NST \
  -Dcompiler.java=12 \
  -Druntime.java=11

Relevant excerpt from the logs:

FAILURE 1.84s J2 | TasksIT.testTransportBulkTasks <<< FAILURES!
   > Throwable #1: java.lang.AssertionError: expected:<1> but was:<2>
   > 	at __randomizedtesting.SeedInfo.seed([6C5864EE064FF190:80DDA65124BCAB4B]:0)
   > 	at org.elasticsearch.action.admin.cluster.node.tasks.TasksIT.testTransportBulkTasks(TasksIT.java:345)
   > 	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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions