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: APM API Integration tests (basic).x-pack/test/apm_api_integration/tests/transactions/transactions_groups_alerts·spec·ts - APM API tests transactions/transactions_groups_alerts.spec.ts basic no archive when data is loaded Alerts Transaction groups with avg transaction duration alerts returns the correct number of alert counts #198866

Closed
kibanamachine opened this issue Nov 4, 2024 · 7 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Nov 4, 2024

A test failed on a tracked branch

Error: expected [ { name: 'GET /api/failed/request', alertsCount: 0 },
  { name: 'GET /api/request/p95', alertsCount: 0 },
  { name: 'GET /api/request/p99', alertsCount: 0 },
  { name: 'GET /api/product/list', alertsCount: 1 },
  { name: 'GET /api/request/avg', alertsCount: 1 } ] to sort of equal [ { name: 'GET /api/failed/request', alertsCount: 0 },
  { name: 'GET /api/request/p95', alertsCount: 0 },
  { name: 'GET /api/request/p99', alertsCount: 0 },
  { name: 'GET /api/request/avg', alertsCount: 1 } ]
    at Assertion.assert (expect.js:100:11)
    at Assertion.eql (expect.js:244:8)
    at Context.<anonymous> (transactions_groups_alerts.spec.ts:203:31)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (wrap_function.js:74:16) {
  actual: '[\n' +
    '  {\n' +
    '    "alertsCount": 0\n' +
    '    "name": "GET /api/failed/request"\n' +
    '  }\n' +
    '  {\n' +
    '    "alertsCount": 0\n' +
    '    "name": "GET /api/request/p95"\n' +
    '  }\n' +
    '  {\n' +
    '    "alertsCount": 0\n' +
    '    "name": "GET /api/request/p99"\n' +
    '  }\n' +
    '  {\n' +
    '    "alertsCount": 1\n' +
    '    "name": "GET /api/product/list"\n' +
    '  }\n' +
    '  {\n' +
    '    "alertsCount": 1\n' +
    '    "name": "GET /api/request/avg"\n' +
    '  }\n' +
    ']',
  expected: '[\n' +
    '  {\n' +
    '    "alertsCount": 0\n' +
    '    "name": "GET /api/failed/request"\n' +
    '  }\n' +
    '  {\n' +
    '    "alertsCount": 0\n' +
    '    "name": "GET /api/request/p95"\n' +
    '  }\n' +
    '  {\n' +
    '    "alertsCount": 0\n' +
    '    "name": "GET /api/request/p99"\n' +
    '  }\n' +
    '  {\n' +
    '    "alertsCount": 1\n' +
    '    "name": "GET /api/request/avg"\n' +
    '  }\n' +
    ']',
  showDiff: true
}

First failure: kibana-on-merge - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Nov 4, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Nov 4, 2024
@kibanamachine kibanamachine added the Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team label Nov 4, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Nov 4, 2024
@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@mistic
Copy link
Member

mistic commented Nov 5, 2024

Skipped.

main: c369400

mgadewoll pushed a commit to mgadewoll/kibana that referenced this issue Nov 7, 2024
@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - 8.x

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - 8.x

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - 8.x

@crespocarlos
Copy link
Contributor

Addressed on #201531

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:obs-ux-infra_services Observability Infrastructure & Services User Experience Team
Projects
None yet
Development

No branches or pull requests

4 participants