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

Fixing EnterpriseGeoIpDownloaderIT #111080

Merged
merged 3 commits into from
Jul 19, 2024

Conversation

masseyke
Copy link
Member

We have seen EnterpriseGeoIpDownloaderIT fail because documents are ingested that have not had geoip information added. I think that this is because the ingest happens before the geoip database has been retrieved. This change does the ingest-and-check in an assertBusy to handle that case.
Closes #111002.

@masseyke masseyke added >test Issues or PRs that are addressing/adding tests :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP v8.16.0 labels Jul 18, 2024
@elasticsearchmachine elasticsearchmachine added the Team:Data Management Meta label for data/management team label Jul 18, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@masseyke masseyke requested a review from joegallo July 19, 2024 13:09
Copy link
Contributor

@joegallo joegallo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added v8.15.0 to the labels -- can you backport it this to the 8.15 branch, too?

@masseyke masseyke merged commit 419d7da into elastic:main Jul 19, 2024
15 checks passed
@masseyke masseyke deleted the fix-EnterpriseGeoIpDownloaderIT branch July 19, 2024 17:28
@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
8.15 Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 111080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP Team:Data Management Meta label for data/management team >test Issues or PRs that are addressing/adding tests v8.15.0 v8.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] EnterpriseGeoIpDownloaderIT testEnterpriseDownloaderTask failing
3 participants