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: Serverless Observability Functional Tests.x-pack/test_serverless/functional/test_suites/observability/dataset_quality/dataset_quality_table_filters·ts - serverless observability UI Dataset Quality Dataset quality table filters shows full dataset names when toggled #192035

Closed
kibanamachine opened this issue Sep 3, 2024 · 4 comments
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:obs-ux-logs Observability Logs User Experience Team

Comments

@kibanamachine
Copy link
Contributor

A test failed on a tracked branch

Error: expected [ 'apache.access', 'synth.1', 'synth.2', 'synth.3' ] to sort of equal [ 'Apache access logs',
  'synth.1',
  'synth.2',
  'synth.3' ]
    at Assertion.assert (expect.js:100:11)
    at Assertion.eql (expect.js:244:8)
    at Context.<anonymous> (dataset_quality_table_filters.ts:68:42)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (wrap_function.js:73:16) {
  actual: '[\n  "apache.access"\n  "synth.1"\n  "synth.2"\n  "synth.3"\n]',
  expected: '[\n  "Apache access logs"\n  "synth.1"\n  "synth.2"\n  "synth.3"\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 Sep 3, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Sep 3, 2024
@kibanamachine kibanamachine added the Team:obs-ux-logs Observability Logs User Experience Team label Sep 3, 2024
@elasticmachine
Copy link
Contributor

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

@botelastic botelastic bot removed the needs-team Issues missing a team label label Sep 3, 2024
@awahab07 awahab07 self-assigned this Sep 4, 2024
@awahab07
Copy link
Contributor

awahab07 commented Sep 4, 2024

Seems related to #190343. 'apache.access' is shown instead of 'Apache access logs', indicating that the integration installation wasn't successful.

The test failure screenshot also tell there's no integration available to filter (The filter should show 2 integrations if Apache integration was installed).

Image

@yngrdyn
Copy link
Contributor

yngrdyn commented Sep 4, 2024

Seems related to #190343. 'apache.access' is shown instead of 'Apache access logs', indicating that the integration installation wasn't successful.

Not sure about that, could you test #192064 locally with dataset quality?
The configuration is on the root so might be covered with that PR

@awahab07
Copy link
Contributor

Closing as there's no subsequent instances of the failure, plus integration related test failures should not occur after #192064 is 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

4 participants