[9.4] fix Failing test: Maps - maps telemetry - should return the correct telemetry values for map saved objects (#268284)#268464
Merged
Conversation
…elemetry values for map saved objects (elastic#268284) Closes elastic#265020 flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/12177 @dmlemeshko shared this information in slack "We are constantly working on improving CI runtime and just yesterday we merged "lanes distribibution": It works similar to FTR configs balancing (we balance Playwright configs into similar runtime groups) but we start ES/Kibana only 1 time and then run multiple configs one by one. What it means: checking geoPointFieldStats.count without taking into consideration the system state is brittle: there is a chance other tests affected these stats and maps telemetry should either do a pre-cleanup or change the validation to not rely on "clean Kibana/ES state"" It is not possible to clean up all Elasticsearch indices since they need to be cleaned up by name and this will always be brittle. Instead, expect statements are updated to `toBeGreaterThanOrEqual`. The goal of this test is to ensure telemetry is being collected for available geo fields. Ensuring exact values is not as important. Saved objects are cleaned up type so maps usage telemetry should allow for exact validation. (cherry picked from commit e225ba6)
Contributor
Author
💛 Build succeeded, but was flaky
Failed CI Steps
Test Failures
Metrics [docs]
cc @nreese |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.4:Questions ?
Please refer to the Backport tool documentation