DynamicMappingIT testMappingsPropagatedToMasterNodeImmediately failed in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/1152/console
The error is:
12:34:53 FAILURE 0.22s J6 | DynamicMappingIT.testMappingsPropagatedToMasterNodeImmediately <<< FAILURES!
12:34:53 > Throwable #1: java.lang.AssertionError
12:34:53 > at __randomizedtesting.SeedInfo.seed([C13A3C57FAFE9674:4CE8785023961AD4]:0)
12:34:53 > at org.elasticsearch.index.mapper.DynamicMappingIT.assertMappingsHaveField(DynamicMappingIT.java:61)
12:34:53 > at org.elasticsearch.index.mapper.DynamicMappingIT.testMappingsPropagatedToMasterNodeImmediately(DynamicMappingIT.java:75)
12:34:53 > at java.lang.Thread.run(Thread.java:748)
I could not reproduce this locally using:
./gradlew :server:integTest \
-Dtests.seed=C13A3C57FAFE9674 \
-Dtests.class=org.elasticsearch.index.mapper.DynamicMappingIT \
-Dtests.method="testMappingsPropagatedToMasterNodeImmediately" \
-Dtests.security.manager=true \
-Dtests.locale=cs-CZ \
-Dtests.timezone=Europe/Monaco \
-Dcompiler.java=11 \
-Druntime.java=8
DynamicMappingIT testMappingsPropagatedToMasterNodeImmediatelyfailed in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/1152/consoleThe error is:
I could not reproduce this locally using: