Skip to content

Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/details·ts - Actions and Triggers app Alert Details Alert Instances renders the active alert instances #57426

Closed

Description

A test failed on a tracked branch

{ Error: expected [ { instance: 'us-central',
    status: 'Active',
    start: '12 Feb 2020 @ 08:08:30' },
  { instance: 'us-east',
    status: 'Active',
    start: '12 Feb 2020 @ 08:08:30' },
  { instance: 'us-west',
    status: 'Active',
    start: '12 Feb 2020 @ 08:08:31' } ] to sort of equal [ { instance: 'us-central',
    status: 'Active',
    start: '12 Feb 2020 @ 08:08:30' },
  { instance: 'us-east',
    status: 'Active',
    start: '12 Feb 2020 @ 08:08:30' },
  { instance: 'us-west',
    status: 'Active',
    start: '12 Feb 2020 @ 08:08:30' } ]
    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 Context.it (test/functional_with_es_ssl/apps/triggers_actions_ui/details.ts:228:78)
    at process._tickCallback (internal/process/next_tick.js:68:7)
  actual:
   '[\n  {\n    "instance": "us-central"\n    "start": "12 Feb 2020 @ 08:08:30"\n    "status": "Active"\n  }\n  {\n    "instance": "us-east"\n    "start": "12 Feb 2020 @ 08:08:30"\n    "status": "Active"\n  }\n  {\n    "instance": "us-west"\n    "start": "12 Feb 2020 @ 08:08:31"\n    "status": "Active"\n  }\n]',
  expected:
   '[\n  {\n    "instance": "us-central"\n    "start": "12 Feb 2020 @ 08:08:30"\n    "status": "Active"\n  }\n  {\n    "instance": "us-east"\n    "start": "12 Feb 2020 @ 08:08:30"\n    "status": "Active"\n  }\n  {\n    "instance": "us-west"\n    "start": "12 Feb 2020 @ 08:08:30"\n    "status": "Active"\n  }\n]',
  showDiff: true }

First failure: Jenkins Build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions