elastic / kibana

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

Failing test: X-Pack Alerting API Integration Tests.x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/connector_types/resilient·ts - alerting api integration security and spaces enabled - Group 2 Connectors IBM Resilient IBM Resilient - Executor Execution should handle creating an incident without comments #157547

Closed kibanamachine closed 1 year ago

kibanamachine commented 1 year ago

A test failed on a tracked branch

Error: expected { status: 'error',
  message: 'an error occurred while running the action',
  retry: true,
  connector_id: '6fd49880-f0f9-11ed-b301-73c9395fcea7',
  service_message: '[Action][IBM Resilient]: Unable to create incident. Error: Request failed with status code 404.' } to sort of equal { status: 'ok',
  connector_id: '6fd49880-f0f9-11ed-b301-73c9395fcea7',
  data: 
   { id: '123',
     title: '123',
     pushedDate: '2020-05-13T17:44:34.472Z',
     url: 'http://elastic:changeme@localhost:5620/api/_actions-FTS-external-service-simulators/resilient/#incidents/123' } }
    at Assertion.assert (expect.js:100:11)
    at Assertion.eql (expect.js:244:8)
    at Context.<anonymous> (resilient.ts:374:27)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at Object.apply (wrap_function.js:73:16) {
  actual: '{\n' +
    '  "connector_id": "6fd49880-f0f9-11ed-b301-73c9395fcea7"\n' +
    '  "message": "an error occurred while running the action"\n' +
    '  "retry": true\n' +
    '  "service_message": "[Action][IBM Resilient]: Unable to create incident. Error: Request failed with status code 404."\n' +
    '  "status": "error"\n' +
    '}',
  expected: '{\n' +
    '  "connector_id": "6fd49880-f0f9-11ed-b301-73c9395fcea7"\n' +
    '  "data": {\n' +
    '    "id": "123"\n' +
    '    "pushedDate": "2020-05-13T17:44:34.472Z"\n' +
    '    "title": "123"\n' +
    '    "url": "http://elastic:changeme@localhost:5620/api/_actions-FTS-external-service-simulators/resilient/#incidents/123"\n' +
    '  }\n' +
    '  "status": "ok"\n' +
    '}',
  showDiff: true
}

First failure: CI Build - 8.8

elasticmachine commented 1 year ago

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

kibanamachine commented 1 year ago

New failure: CI Build - 8.8

kibanamachine commented 1 year ago

New failure: CI Build - 8.8