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: Stateful Observability - Deployment-agnostic API Integration Tests.x-pack/test/api_integration/deployment_agnostic/apis/observability/dataset_quality/integrations·ts #198894

Closed
dmlemeshko opened this issue Nov 5, 2024 · 2 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:obs-ux-logs Observability Logs User Experience Team

Comments

@dmlemeshko
Copy link
Member

dmlemeshko commented Nov 5, 2024

The following test fails on 9.0.0-SNAPSHOT ESS deployment in QA env (aws-eu-west-1)

apis Dataset quality Integrations gets the installed integrations returns all installed integrations and its datasets map

Buildkite Job:
https://buildkite.com/elastic/appex-qa-stateful-kibana-ftr-tests/builds/44#0192fb20-cdb2-4931-b791-df7f077f9e98

Command Line:
node scripts/functional_test_runner.js --config x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts --info

Error: expected [ 'apm', 'fleet_server', 'synthetics', 'system' ] to sort of equal [ 'synthetics', 'system' ]
    at Assertion.assert (expect.js:100:11)
    at Assertion.eql (expect.js:244:8)
    at Context. (integrations.ts:83:90)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (wrap_function.js:74:16) {
  actual: '[\n  "apm"\n  "fleet_server"\n  "synthetics"\n  "system"\n]',
  expected: '[\n  "synthetics"\n  "system"\n]',
  showDiff: true
}
@dmlemeshko dmlemeshko added failed-test A test failure on a tracked branch, potentially flaky-test Team:obs-ux-logs Observability Logs User Experience Team labels Nov 5, 2024
@elasticmachine
Copy link
Contributor

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

@gbamparop
Copy link
Contributor

@dmlemeshko can we close this since #199341 has been merged?

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-logs Observability Logs User Experience Team
Projects
None yet
Development

No branches or pull requests

3 participants