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

[connector/failover] Fix flaky test #32419

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

akats7
Copy link
Contributor

@akats7 akats7 commented Apr 16, 2024

Description:

Update test structure to fix flaky behavior, originally seemed to fail every 1-2k runs from my local testing.

Link to tracking Issue:

resolves #32396

Testing:
Added test method to directly trigger retry for testing, Rerun 10k+ times

Documentation:

@djaglowski djaglowski changed the title Failover flaky test fix [connector/failover] Fix flaky test Apr 16, 2024
@djaglowski djaglowski merged commit ce92d2e into open-telemetry:main Apr 16, 2024
170 checks passed
@github-actions github-actions bot added this to the next release milestone Apr 16, 2024
@crobert-1
Copy link
Member

Thanks for addressing and resolving so quickly @akats7, really appreciate your help here!

rimitchell pushed a commit to rimitchell/opentelemetry-collector-contrib that referenced this pull request May 8, 2024
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
Update test structure to fix flaky behavior, originally seemed to fail
every 1-2k runs from my local testing.

**Link to tracking Issue:** <Issue number if applicable>

resolves open-telemetry#32396

**Testing:** <Describe what testing was performed and which tests were
added.>
Added test method to directly trigger retry for testing, Rerun 10k+
times

**Documentation:** <Describe the documentation added.>

---------

Co-authored-by: Daniel Jaglowski <jaglows3@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[connector/failover] Test TestCurrentPipelineWithRetry fails intermittently
4 participants