-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/dataset_quality/dataset_quality_summary·ts - Dataset Quality Dataset quality summary shows poor, degraded and good count as 0 and all dataset as healthy #186549
Labels
failed-test
A test failure on a tracked branch, potentially flaky-test
Team:obs-ux-logs
Observability Logs User Experience Team
Comments
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
New failure: kibana-on-merge - main |
bhapas
pushed a commit
to bhapas/kibana
that referenced
this issue
Jun 24, 2024
## Summary Closes elastic#186549
New failure: kibana-on-merge - 8.x |
I was unable to reproduce this locally so far |
From what I see in the screenshot, maybe the environment was super slow when the test ran |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this issue
Nov 27, 2024
) ## 📓 Summary Closes elastic#186549 Refreshing the page didn't give enough time for the data ingestion to process correctly, hopefully navigating to the page, which is gated by an assertion on loading indicators, should check that data is loaded correctly. Also, running the test in isolation raised a bug in the code, where the loading of the summary details was not synced with the loaded data from the table. This resulted in the summary always being 0 at first load, and then immediately update once the table is ready, which broke the test. Syncing their loading indicators fixed the issue and tests passes in isolation too. --------- Co-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani@elastic.co> (cherry picked from commit 8814e43)
kibanamachine
added a commit
that referenced
this issue
Nov 27, 2024
…) (#201937) # Backport This will backport the following commits from `main` to `8.x`: - [[Dataset Quality] Fix loading on dataset quality summary (#201757)](#201757) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Marco Antonio Ghiani","email":"marcoantonio.ghiani01@gmail.com"},"sourceCommit":{"committedDate":"2024-11-27T10:39:23Z","message":"[Dataset Quality] Fix loading on dataset quality summary (#201757)\n\n## 📓 Summary\r\n\r\nCloses #186549 \r\n\r\nRefreshing the page didn't give enough time for the data ingestion to\r\nprocess correctly, hopefully navigating to the page, which is gated by\r\nan assertion on loading indicators, should check that data is loaded\r\ncorrectly.\r\n\r\nAlso, running the test in isolation raised a bug in the code, where the\r\nloading of the summary details was not synced with the loaded data from\r\nthe table. This resulted in the summary always being 0 at first load,\r\nand then immediately update once the table is ready, which broke the\r\ntest. Syncing their loading indicators fixed the issue and tests passes\r\nin isolation too.\r\n\r\n---------\r\n\r\nCo-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani@elastic.co>","sha":"8814e430e757dd6b3ec1ffec6eaa394e16d36cbd","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-logs"],"title":"[Dataset Quality] Fix loading on dataset quality summary","number":201757,"url":"https://github.com/elastic/kibana/pull/201757","mergeCommit":{"message":"[Dataset Quality] Fix loading on dataset quality summary (#201757)\n\n## 📓 Summary\r\n\r\nCloses #186549 \r\n\r\nRefreshing the page didn't give enough time for the data ingestion to\r\nprocess correctly, hopefully navigating to the page, which is gated by\r\nan assertion on loading indicators, should check that data is loaded\r\ncorrectly.\r\n\r\nAlso, running the test in isolation raised a bug in the code, where the\r\nloading of the summary details was not synced with the loaded data from\r\nthe table. This resulted in the summary always being 0 at first load,\r\nand then immediately update once the table is ready, which broke the\r\ntest. Syncing their loading indicators fixed the issue and tests passes\r\nin isolation too.\r\n\r\n---------\r\n\r\nCo-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani@elastic.co>","sha":"8814e430e757dd6b3ec1ffec6eaa394e16d36cbd"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201757","number":201757,"mergeCommit":{"message":"[Dataset Quality] Fix loading on dataset quality summary (#201757)\n\n## 📓 Summary\r\n\r\nCloses #186549 \r\n\r\nRefreshing the page didn't give enough time for the data ingestion to\r\nprocess correctly, hopefully navigating to the page, which is gated by\r\nan assertion on loading indicators, should check that data is loaded\r\ncorrectly.\r\n\r\nAlso, running the test in isolation raised a bug in the code, where the\r\nloading of the summary details was not synced with the loaded data from\r\nthe table. This resulted in the summary always being 0 at first load,\r\nand then immediately update once the table is ready, which broke the\r\ntest. Syncing their loading indicators fixed the issue and tests passes\r\nin isolation too.\r\n\r\n---------\r\n\r\nCo-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani@elastic.co>","sha":"8814e430e757dd6b3ec1ffec6eaa394e16d36cbd"}}]}] BACKPORT--> Co-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani01@gmail.com>
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this issue
Dec 12, 2024
) ## 📓 Summary Closes elastic#186549 Refreshing the page didn't give enough time for the data ingestion to process correctly, hopefully navigating to the page, which is gated by an assertion on loading indicators, should check that data is loaded correctly. Also, running the test in isolation raised a bug in the code, where the loading of the summary details was not synced with the loaded data from the table. This resulted in the summary always being 0 at first load, and then immediately update once the table is ready, which broke the test. Syncing their loading indicators fixed the issue and tests passes in isolation too. --------- Co-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani@elastic.co>
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
A test failed on a tracked branch
First failure: kibana-on-merge - main
The text was updated successfully, but these errors were encountered: