Description
A number of tests have failed due to a failed wait for pending tasks test in the teardown. Affected tests are
- DataFrameGetAndGetStatsIT
- DataFramePivotRestIT
- DataFrameMetaDataIT
- DataFrameAuditorIT
Many tests in the suite failed due to a wait for pending tasks failures
java.lang.AssertionError: 2 active tasks found:
data_frame/transforms[c] d61iDVODQD-XrdRTsClKhw:1291 cluster:5 persistent 1558492518692 02:35:18 49.8s 127.0.0.1 node-0 data_frame_pivot_stats_2
data_frame/transforms[c] d61iDVODQD-XrdRTsClKhw:1474 cluster:6 persistent 1558492519579 02:35:19 48.9s 127.0.0.1 node-0 data_frame_simpleStatsPivotWithQuery
expected:<0> but was:<2>
For some reason pivot_stats_2
and simpleStatsPivotWithQuery
did not stop
One of the reproduce lines:
./gradlew :x-pack:plugin:data-frame:qa:single-node-tests:integTestRunner --tests "org.elasticsearch.xpack.dataframe.integration.DataFrameGetAndGetStatsIT.testGetPersistedStatsWithoutTask" \
-Dtests.seed=A71AC2C8B8F32174 \
-Dtests.security.manager=true \
-Dtests.locale=en-GG \
-Dtests.timezone=Europe/Podgorica \
-Dcompiler.java=12 \
-Druntime.java=11