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

awss3receiver: Fix notifications test which fail when run on Windows #35714

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adcharre
Copy link
Contributor

@adcharre adcharre commented Oct 9, 2024

Description

Remove the use of time to detect the order of completion and replace with channels.

Link to tracking issue

Fixes #35704

Testing

Tested that the new method detects failure to wait on the pending channel by removing the code in SendStatus() that receives from the channel and confirming that the test fails.

Remove the use of time to detect the order of completion and replace with channels.
@adcharre adcharre requested review from atoulme and a team as code owners October 9, 2024 10:35
@songy23 songy23 added the Run Windows Enable running windows test on a PR label Oct 9, 2024
@songy23 songy23 requested a review from pjanotti October 9, 2024 13:43
@songy23 songy23 added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
receiver/awss3 Run Windows Enable running windows test on a PR Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[test][receiver/awss3] Test_opampNotifier_SendStatus_(MessagePending|MaxRetries) are broken on Windows
3 participants