Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing test: X-Pack API Integration Tests.x-pack/test/api_integration/apis/uptime/rest/telemetry_collectors·ts - apis uptime uptime REST endpoints with generated data telemetry collectors should receive expected results after calling overview logging #72852

Closed
kibanamachine opened this issue Jul 22, 2020 · 3 comments · Fixed by #75162
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Jul 22, 2020

A test failed on a tracked branch

{ Error: expected { overview_page: 1,
  monitor_page: 0,
  no_of_unique_monitors: 4,
  settings_page: 0,
  monitor_frequency: [ 120, 0.001, 60, 60 ],
  monitor_name_stats: { min_length: 7, max_length: 22, avg_length: 12 },
  no_of_unique_observer_locations: 3,
  observer_location_name_stats: { min_length: 2, max_length: 7, avg_length: 4.8 },
  dateRangeStart: [ 'now/d' ],
  dateRangeEnd: [ 'now-30' ],
  autoRefreshEnabled: true,
  autorefreshInterval: [ 60 ] } to sort of equal { overview_page: 1,
  monitor_page: 1,
  no_of_unique_monitors: 4,
  settings_page: 0,
  monitor_frequency: [ 120, 0.001, 60, 60 ],
  monitor_name_stats: { min_length: 7, max_length: 22, avg_length: 12 },
  no_of_unique_observer_locations: 3,
  observer_location_name_stats: { min_length: 2, max_length: 7, avg_length: 4.8 },
  dateRangeStart: [ 'now/d', 'now/d' ],
  dateRangeEnd: [ 'now/d', 'now-30' ],
  autoRefreshEnabled: true,
  autorefreshInterval: [ 100, 60 ] }
    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/api_integration/apis/uptime/rest/telemetry_collectors.ts:135:25)
  actual:
   '{\n  "autoRefreshEnabled": true\n  "autorefreshInterval": [\n    60\n  ]\n  "dateRangeEnd": [\n    "now-30"\n  ]\n  "dateRangeStart": [\n    "now/d"\n  ]\n  "monitor_frequency": [\n    120\n    0.001\n    60\n    60\n  ]\n  "monitor_name_stats": {\n    "avg_length": 12\n    "max_length": 22\n    "min_length": 7\n  }\n  "monitor_page": 0\n  "no_of_unique_monitors": 4\n  "no_of_unique_observer_locations": 3\n  "observer_location_name_stats": {\n    "avg_length": 4.8\n    "max_length": 7\n    "min_length": 2\n  }\n  "overview_page": 1\n  "settings_page": 0\n}',
  expected:
   '{\n  "autoRefreshEnabled": true\n  "autorefreshInterval": [\n    100\n    60\n  ]\n  "dateRangeEnd": [\n    "now/d"\n    "now-30"\n  ]\n  "dateRangeStart": [\n    "now/d"\n    "now/d"\n  ]\n  "monitor_frequency": [\n    120\n    0.001\n    60\n    60\n  ]\n  "monitor_name_stats": {\n    "avg_length": 12\n    "max_length": 22\n    "min_length": 7\n  }\n  "monitor_page": 1\n  "no_of_unique_monitors": 4\n  "no_of_unique_observer_locations": 3\n  "observer_location_name_stats": {\n    "avg_length": 4.8\n    "max_length": 7\n    "min_length": 2\n  }\n  "overview_page": 1\n  "settings_page": 0\n}',
  showDiff: true }

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Jul 22, 2020
@myasonik myasonik added the Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability label Jul 27, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/uptime (Team:uptime)

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants