elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.68k stars 8.23k forks source link

Failing test: X-Pack Alerting API Integration Tests - Alerting - group1.x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/disable·ts - Alerting disable should create untracked-instance events for all alerts #199342

Open kibanamachine opened 2 weeks ago

kibanamachine commented 2 weeks ago

A test failed on a tracked branch

Error: expected 'instance \'instance-1\' has been untracked because the rule was disabled' to sort of equal 'instance \'instance-0\' has been untracked because the rule was disabled'
    at Assertion.assert (expect.js:100:11)
    at Assertion.eql (expect.js:244:8)
    at validateEvent (event_log.ts:2199:29)
    at Context.<anonymous> (disable.ts:165:20)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (wrap_function.js:74:16) {
  actual: "instance 'instance-1' has been untracked because the rule was disabled",
  expected: "instance 'instance-0' has been untracked because the rule was disabled",
  showDiff: true
}

First failure: kibana-on-merge - main

elasticmachine commented 2 weeks ago

Pinging @elastic/response-ops (Team:ResponseOps)