Skip to content

Conversation

mauri870
Copy link
Member

Proposed commit message

This test is flaking with a high failure rate. I suspect it has to do with running multiple receivers on the same process, since the single receiver version of this test (TestMetricbeatOTelReceiverE2E) is not flaking.

This test was introduced by #45427.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Disruptive User Impact

How to test this PR locally

$ cd x-pack/metricbeat/
$ go test -c -tags otelbeat
$ mage docker:composeUp
$ go test -tags "integration" -run 'TestMetricbeatOTelMultipleReceiversE2E' ./tests/integration -v -count=1

=== RUN   TestMetricbeatOTelMultipleReceiversE2E
    otel_test.go:297: Flaky test, see https://github.com/elastic/beats/issues/45631
--- SKIP: TestMetricbeatOTelMultipleReceiversE2E (0.00s)
PASS
ok      github.com/elastic/beats/v7/x-pack/metricbeat/tests/integration 0.005s

Related issues

@mauri870 mauri870 added this to the otel milestone Jul 30, 2025
@mauri870 mauri870 self-assigned this Jul 30, 2025
@mauri870 mauri870 added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Jul 30, 2025
@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Jul 30, 2025
@mauri870 mauri870 marked this pull request as ready for review July 30, 2025 12:31
@mauri870 mauri870 requested a review from a team as a code owner July 30, 2025 12:31
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

Copy link
Contributor

mergify bot commented Jul 30, 2025

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @mauri870? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

@mauri870 mauri870 added the backport-skip Skip notification from the automated backport with mergify label Jul 30, 2025
@mauri870
Copy link
Member Author

Skipping backports since this test only exists in main.

@mauri870
Copy link
Member Author

/test

@mauri870 mauri870 merged commit 391c228 into elastic:main Jul 31, 2025
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-skip Skip notification from the automated backport with mergify Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants