The ES Snapshot promotion failed with an ML test failure that looks legit, failing in exactly the same way in both attempts:
└- ✖ fail: machine learning anomaly detection advanced job with categorization detector and default datafeed settings job creation displays details for the created job in the job list
│ Error: Expected model size stats property 'total_by_field_count' to exist with value '994')
│ + expected - actual
│
│ -1,026
│ +994
│
│ at Assertion.assert (/dev/shm/workspace/kibana/packages/kbn-expect/expect.js:100:11)
│ at Assertion.eql (/dev/shm/workspace/kibana/packages/kbn-expect/expect.js:244:8)
│ at MlJobTable.assertJobRowDetailsCounts (test/functional/services/ml/job_table.ts:190:12)
│ at process._tickCallback (internal/process/next_tick.js:68:7)
We also saw this test trigger a flaky failure in a PR recently, though it failed in a different way so I assume it was failing for a different reason:
To ensure we get eyes on this soon and unblock the ES snapshot promotion I'm going to skip the tests in master and 7.x:
The ES Snapshot promotion failed with an ML test failure that looks legit, failing in exactly the same way in both attempts:
Snapshot verification failures:
We also saw this test trigger a flaky failure in a PR recently, though it failed in a different way so I assume it was failing for a different reason:
Recent PR failure:
To ensure we get eyes on this soon and unblock the ES snapshot promotion I'm going to skip the tests in master and 7.x:
master: b87d742
7.x/7.10: da2d14b