Skip to content

[9.1] Wait for nodes to have downloaded databases in GeoIpDownloaderIT (#137636)#137659

Merged
elasticsearchmachine merged 1 commit intoelastic:9.1from
nielsbauman:backport/9.1/pr-137636
Nov 6, 2025
Merged

[9.1] Wait for nodes to have downloaded databases in GeoIpDownloaderIT (#137636)#137659
elasticsearchmachine merged 1 commit intoelastic:9.1from
nielsbauman:backport/9.1/pr-137636

Conversation

@nielsbauman
Copy link
Copy Markdown
Contributor

Backports the following commits to 9.1:

…lastic#137636)

Some tests would move to the cleanup phase while the `DatabaseNodeService` instances on some nodes were still retrieving the databases asynchronously. This caused databases to be "loaded" after the filed were deleted, causing the cleanup to fail.

This doesn't seem like a very realistic production scenario (deleting GeoIP database files milliseconds after new GeoIP processors were added), so we can simply make the test wait for all nodes to have loaded the database before moving on to the cleanup.

See elastic#117219 (comment)
for more information.

Closes elastic#117219
Closes elastic#122683
@nielsbauman nielsbauman added :Distributed/Ingest Node Execution or management of Ingest Pipelines >test Issues or PRs that are addressing/adding tests auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Data Management (obsolete) DO NOT USE. This team no longer exists. labels Nov 6, 2025
@elasticsearchmachine elasticsearchmachine merged commit f50cd31 into elastic:9.1 Nov 6, 2025
35 checks passed
@nielsbauman nielsbauman deleted the backport/9.1/pr-137636 branch November 6, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport :Distributed/Ingest Node Execution or management of Ingest Pipelines Team:Data Management (obsolete) DO NOT USE. This team no longer exists. >test Issues or PRs that are addressing/adding tests v9.1.8

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants