Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Dataset Quality] Fix loading on dataset quality summary (#201757…
…) (#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>
- Loading branch information