Original comment by @droberts195:
This test failed in LINK REDACTED
The error was:
06:19:45 FAILURE 6.05s | XPackRestIT.test {p0=monitoring/bulk/10_basic/Bulk indexing of monitoring data} <<< FAILURES!
06:19:45 > Throwable LINK REDACTED: java.lang.AssertionError: Failure at [monitoring/bulk/10_basic:37]: hits.total didn't match expected value:
06:19:45 > hits.total: expected [2] but was [0]
06:19:45 > at __randomizedtesting.SeedInfo.seed([3D072CE274957D04:B5531338DA6910FC]:0)
06:19:45 > at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:349)
06:19:45 > at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:329)
06:19:45 > at java.lang.Thread.run(Thread.java:748)
06:19:45 > Caused by: java.lang.AssertionError: hits.total didn't match expected value:
06:19:45 > hits.total: expected [2] but was [0]
06:19:45 > at org.elasticsearch.test.rest.yaml.section.MatchAssertion.doAssert(MatchAssertion.java:87)
06:19:45 > at org.elasticsearch.test.rest.yaml.section.Assertion.execute(Assertion.java:76)
06:19:45 > at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:345)
06:19:45 > ... 37 more
The REPRO command was:
gradle :x-pack-elasticsearch:plugin:integTestRunner \
-Dtests.seed=3D072CE274957D04 \
-Dtests.class=org.elasticsearch.xpack.test.rest.XPackRestIT \
-Dtests.method="test {p0=monitoring/bulk/10_basic/Bulk indexing of monitoring data}" \
-Dtests.security.manager=true \
-Dtests.locale=ga \
-Dtests.timezone=America/Santarem \
-Dtests.rest.blacklist=getting_started/10_monitor_cluster_health/*
This did not reproduce locally for me on the 6.x branch.
Original comment by @droberts195:
This test failed in LINK REDACTED
The error was:
The REPRO command was:
This did not reproduce locally for me on the 6.x branch.