Closed
Description
Two tests failed with the same reason during deletion of a data frame analytics job:
p0=ml/start_data_frame_analytics/Test start with compatible fields but no data
Build scan: https://gradle-enterprise.elastic.co/s/3vyzs4yrmork2
Repro line:
./gradlew ':x-pack:plugin:integTestRunner' --tests "org.elasticsearch.xpack.test.rest.XPackRestIT.test {p0=ml/start_data_frame_analytics/Test start with compatible fields but no data}" \
-Dtests.seed=A7AC1F41789B5D53 \
-Dtests.security.manager=true \
-Dtests.locale=es-VE \
-Dtests.timezone=America/Indiana/Petersburg \
-Druntime.java=11 \
-Dtests.rest.blacklist=getting_started/10_monitor_cluster_health/*
Failure:
{"error":{"root_cause":[],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[]},"status":503}
yaml=ml/data_frame_analytics_crud/Test update given all updatable settings
Build scan: https://gradle-enterprise.elastic.co/s/zaqfxhphcg72g
Repro line:
./gradlew ':x-pack:plugin:ml:qa:ml-with-security:integTestRunner' --tests "org.elasticsearch.smoketest.MlWithSecurityIT.test {yaml=ml/data_frame_analytics_crud/Test update given all updatable settings}" -Dtests.seed=C15EB5D34B41D230
Failure:
{"error":{"root_cause":[],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[]},"status":503}