-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix Otel API change and update system test golden files to 2025 #42199
Conversation
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
It's a very small change, I've enabled auto merge |
Force merging this to unblock build on main. |
* Fix Otel API change * Update test files with new date/year (cherry picked from commit 1430cfd) # Conflicts: # x-pack/filebeat/fbreceiver/receiver_test.go
@jlind23 I have a backport PR for 8.17 that is failing because of the test files, should we backport this fix to 8.16, 8.17 and 7.17 as well? |
…den files to 2025 (#42203) * Fix Otel API change and update system test golden files to 2025 (#42199) * Fix Otel API change * Update test files with new date/year (cherry picked from commit 1430cfd) # Conflicts: # x-pack/filebeat/fbreceiver/receiver_test.go * Update receiver_test.go --------- Co-authored-by: Tiago Queiroz <[email protected]> Co-authored-by: Julien Lind <[email protected]>
AFAIK 8.16 is not an active branch any more, but 8.17 and 7.17 makes sense to backport as well. I'll add the labels. |
* Fix Otel API change * Update test files with new date/year (cherry picked from commit 1430cfd) # Conflicts: # x-pack/filebeat/fbreceiver/receiver_test.go # x-pack/filebeat/module/cisco/asa/test/non-canonical.log-expected.json
* Fix Otel API change * Update test files with new date/year (cherry picked from commit 1430cfd) # Conflicts: # x-pack/filebeat/fbreceiver/receiver_test.go
* Fix Otel API change * Update test files with new date/year (cherry picked from commit 1430cfd) # Conflicts: # x-pack/filebeat/fbreceiver/receiver_test.go
Had to backport to 8.16 as well since I have a PR for this branch #42195. |
…lden files to 2025 (#42214) * Fix Otel API change and update system test golden files to 2025 (#42199) * Fix Otel API change * Update test files with new date/year (cherry picked from commit 1430cfd) # Conflicts: # x-pack/filebeat/fbreceiver/receiver_test.go # x-pack/filebeat/module/cisco/asa/test/non-canonical.log-expected.json * fix conflicts, remove receiver_test.go --------- Co-authored-by: Tiago Queiroz <[email protected]> Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>
…lden files to 2025 (#42215) * Fix Otel API change and update system test golden files to 2025 (#42199) * Fix Otel API change * Update test files with new date/year (cherry picked from commit 1430cfd) # Conflicts: # x-pack/filebeat/fbreceiver/receiver_test.go * remove benchmark code not backported to 8.17 --------- Co-authored-by: Tiago Queiroz <[email protected]> Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>
…lden files to 2025 (#42217) * Fix Otel API change and update system test golden files to 2025 (#42199) * Fix Otel API change * Update test files with new date/year (cherry picked from commit 1430cfd) # Conflicts: # x-pack/filebeat/fbreceiver/receiver_test.go * remove benchmark code not backported to 8.16 --------- Co-authored-by: Tiago Queiroz <[email protected]> Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>
Proposed commit message
Fix Otel API change and update system test golden files to 2025
Checklist
I have commented my code, particularly in hard-to-understand areasI 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 inCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.## Disruptive User Impact## Author's ChecklistHow to test this PR locally
For the OTel change
For the system tests:
## Related issues## Use cases## Screenshots## Logs