-
Notifications
You must be signed in to change notification settings - Fork 204
Use unique index for TestOtelLogsIngestion #11254
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
Conversation
|
This pull request does not have a backport label. Could you fix it @belimawr? 🙏
|
|
The failing test is not related to this PR, there is already an issue for it: #5437 |
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
…ic-agent into fix-TestOtelLogsIngestion
…OtelLogsIngestion
|
This pull request is now in conflicts. Could you fix it? 🙏 |
…OtelLogsIngestion
|
The last failure was an issue while creating the ESS deployment: https://buildkite.com/elastic/elastic-agent/builds/30818/steps/canvas?sid=019aa722-5811-487f-ae5e-c54d039de546#019aa726-853e-4a44-9f47-b9325815f8cd/150-329 |
⏳ Build in-progress, with failures
Failed CI StepsHistory
cc @belimawr |
|
I created a issue for the BK failure: elastic/beats#47767 |
|
@Mergifyio backport 8.19 9.1 9.2 |
✅ Backports have been created
|
(cherry picked from commit 85241ff)
(cherry picked from commit 85241ff)
(cherry picked from commit 85241ff) # Conflicts: # magefile.go
(cherry picked from commit 85241ff) Co-authored-by: Tiago Queiroz <[email protected]>
(cherry picked from commit 85241ff) Co-authored-by: Tiago Queiroz <[email protected]>
(cherry picked from commit 85241ff) # Conflicts: # magefile.go
…11420) (cherry picked from commit 85241ff) # Conflicts: # magefile.go (cherry picked from commit 85241ff) # Conflicts: # magefile.go --------- Co-authored-by: Tiago Queiroz <[email protected]>
What does this PR do?
Use unique index for
TestOtelLogsIngestionWhy is it important?
TestOtelLogsIngestionwas flaky and could cause other tests to become flaky due to mapping conflicts, using a unique index fixes the problem.Checklist
I have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksI have added an entry in./changelog/fragmentsusing the changelog toolI have added an integration test or an E2E test## Disruptive User ImpactHow to test this PR locally
Start a Elastic Stack and export the following env vars:
Package and run the tests:
Related issues
Questions to ask yourself