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/jira·ts - alerting api integration security and spaces enabled - Group 2 Connectors Jira Jira - Executor Execution should handle creating an incident without comments #157546

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: '6ea23300-f0f9-11ed-b301-73c9395fcea7',
  service_message: '[Action][Jira]: Unable to create incident. Error: Request failed with status code 404. Reason: unknown: errorResponse.errors was null' } to sort of equal { status: 'ok',
  connector_id: '6ea23300-f0f9-11ed-b301-73c9395fcea7',
  data: 
   { id: '123',
     title: 'CK-1',
     pushedDate: '2020-04-27T14:17:45.490Z',
     url: 'http://elastic:changeme@localhost:5620/api/_actions-FTS-external-service-simulators/jira/browse/CK-1' } }
    at Assertion.assert (expect.js:100:11)
    at Assertion.eql (expect.js:244:8)
    at Context.<anonymous> (jira.ts:404: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": "6ea23300-f0f9-11ed-b301-73c9395fcea7"\n' +
    '  "message": "an error occurred while running the action"\n' +
    '  "retry": true\n' +
    '  "service_message": "[Action][Jira]: Unable to create incident. Error: Request failed with status code 404. Reason: unknown: errorResponse.errors was null"\n' +
    '  "status": "error"\n' +
    '}',
  expected: '{\n' +
    '  "connector_id": "6ea23300-f0f9-11ed-b301-73c9395fcea7"\n' +
    '  "data": {\n' +
    '    "id": "123"\n' +
    '    "pushedDate": "2020-04-27T14:17:45.490Z"\n' +
    '    "title": "CK-1"\n' +
    '    "url": "http://elastic:changeme@localhost:5620/api/_actions-FTS-external-service-simulators/jira/browse/CK-1"\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