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

Fix another flaky controller test #3723

Merged

Conversation

swiatekm
Copy link
Contributor

@swiatekm swiatekm commented Feb 18, 2025

Another flaky test due to #3494. This one has been causing CI test runs to fail recently, and I think it's the last one in need of a fix. The problem, yet again, is that our controller client now serves GET requests from a cache, so we need to wait for changes to resources in the envtest API Server to propagate before doing checks in tests.

@swiatekm swiatekm added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Feb 18, 2025
@swiatekm swiatekm requested a review from a team as a code owner February 18, 2025 13:38
@swiatekm swiatekm merged commit b256c9a into open-telemetry:main Feb 18, 2025
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants