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

Flaky test pass1 #855

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Flaky test pass1 #855

wants to merge 3 commits into from

Conversation

bretambrose
Copy link
Contributor

WIP

  • Update shared subscription test to remove invalid assertions on a property that does not necessarily hold (all subscriptions receive messages)
  • Update SelfPubSub test to not use counting variables that are pointless (they won't ever be wrong) as well as unsafe from race conditions (they are set and read from different threads with no explicit synchronizations, also the future that was waited upon strictly happens-before the setting of the counter which leads to consistency issues)
  • Update the double client id connection failure test to be more forgiving to potential race conditions between the two clients fighting over the client id

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Bret Ambrose added 3 commits December 19, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant