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

[8.x] [Dataset Quality] Fix loading on dataset quality summary (#201757) #201937

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

)

## 📓 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)
@botelastic botelastic bot added the ci:project-deploy-observability Create an Observability project label Nov 27, 2024
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@kibanamachine kibanamachine merged commit 7b21abd into elastic:8.x Nov 27, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport ci:project-deploy-observability Create an Observability project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants