Skip to content

[8.19] fix Failing test: Maps - maps telemetry - should return the correct telemetry values for map saved objects (#268284)#268462

Merged
kibanamachine merged 1 commit into
elastic:8.19from
kibanamachine:backport/8.19/pr-268284
May 8, 2026
Merged

[8.19] fix Failing test: Maps - maps telemetry - should return the correct telemetry values for map saved objects (#268284)#268462
kibanamachine merged 1 commit into
elastic:8.19from
kibanamachine:backport/8.19/pr-268284

Conversation

@kibanamachine
Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from main to 8.19:

Questions ?

Please refer to the Backport tool documentation

…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)
@kibanamachine kibanamachine added the backport This PR is a backport of another PR label May 8, 2026
@kibanamachine kibanamachine enabled auto-merge (squash) May 8, 2026 14:28
@kibanamachine
Copy link
Copy Markdown
Contributor Author

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] Scout Lane #3 - stateful-classic / default / local-stateful-classic - Discover app - errors - should render invalid scripted field error

Metrics [docs]

✅ unchanged

cc @nreese

@kibanamachine kibanamachine merged commit ef1fb30 into elastic:8.19 May 8, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants