Skip to content

[CI] UnicastZenPingTests.testInvalidHosts #37268

@alpar-t

Description

@alpar-t

Example build failure

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+release-tests/309/console

Reproduction line

does not reproduce locally

REPRODUCE WITH: ./gradlew :server:unitTest \
  -Dtests.seed=86FB7F4B57514FBE \
  -Dtests.class=org.elasticsearch.discovery.zen.UnicastZenPingTests \
  -Dtests.method="testInvalidHosts" \
  -Dtests.security.manager=true \
  -Dbuild.snapshot=false \
  -Dtests.jvm.argline="-Dbuild.snapshot=false" \
  -Dtests.locale=ar-YE \
  -Dtests.timezone=Asia/Brunei \
  -Dcompiler.java=11 \
  -Druntime.java=8

Example relevant log:

FAILURE 21.5s J2 | UnicastZenPingTests.testInvalidHosts <<< FAILURES!
   > Throwable #1: java.lang.AssertionError: 
   > Expected: a collection with size <1>
   >      but: collection size was <0>
   > 	at __randomizedtesting.SeedInfo.seed([86FB7F4B57514FBE:97CE97BE380F6D4A]:0)
   > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   > 	at org.elasticsearch.discovery.zen.UnicastZenPingTests.testInvalidHosts(UnicastZenPingTests.java:726)
   > 	at java.lang.Thread.run(Thread.java:748)

Frequency

4 times Today.

Related: #23738

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions