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 monitor/overview logging #67151

Closed
kibanamachine opened this issue May 21, 2020 · 3 comments · Fixed by #67358
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

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:113: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 May 21, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-test-triage (failed-test)

@spalger spalger added the Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability label May 21, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/uptime (Team:uptime)

@spalger
Copy link
Contributor

spalger commented May 21, 2020

First failure, including PRs

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