elastic / kibana

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

Failing test: X-Pack Alerting API Integration Tests.x-pack/test/alerting_api_integration/security_and_spaces/group1/tests/alerting/backfill/get·ts - alerting api integration security and spaces enabled Alerts - Group 1 alerts backfill rule runs get backfill global_read at space1 should handle getting backfill job requests appropriately #181893

Closed kibanamachine closed 1 week ago

kibanamachine commented 1 week ago

A test failed on a tracked branch

Error: expected [ { run_at: '2023-10-20T00:00:00.000Z',
    status: 'complete',
    interval: '12h' } ] to sort of equal [ { run_at: '2023-10-20T00:00:00.000Z',
    status: 'pending',
    interval: '12h' } ]
    at Assertion.assert (expect.js:100:11)
    at Assertion.eql (expect.js:244:8)
    at Context.<anonymous> (get.ts:260:53)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (wrap_function.js:73:16) {
  actual: '[\n' +
    '  {\n' +
    '    "interval": "12h"\n' +
    '    "run_at": "2023-10-20T00:00:00.000Z"\n' +
    '    "status": "complete"\n' +
    '  }\n' +
    ']',
  expected: '[\n' +
    '  {\n' +
    '    "interval": "12h"\n' +
    '    "run_at": "2023-10-20T00:00:00.000Z"\n' +
    '    "status": "pending"\n' +
    '  }\n' +
    ']',
  showDiff: true
}

First failure: CI Build - main

elasticmachine commented 1 week ago

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

kibanamachine commented 1 week ago

New failure: CI Build - main