Skip to content

[CI] Data Frame IT failures due to task not terminating #42344

@davidkyle

Description

@davidkyle

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

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=sles-12/433/console

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

integTestCluster.log

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions