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: remove timeouts from pubsub tests #88

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Feb 23, 2023

Instead of waiting for 800ms for pubsub subscriptions to propagate, wait for the publisher to see the receiver in it's list of subscribers for a given topic.

This is because sometimes in CI it can taker longer than 800ms for the subs list to update which causes the tests to be flaky.

Instead of waiting for 800ms for pubsub subscriptions to propagate,
wait for the publisher to see the reviever in it's list of subscribers
for a given topic.

This is because sometimes in CI it can taker longer than 800ms for
the subs list to update which causes the tests to be flaky.
@achingbrain achingbrain merged commit e1ac636 into master Feb 23, 2023
@achingbrain achingbrain deleted the fix/remove-timeouts-from-pubsub-tests branch February 23, 2023 11:59
github-actions bot pushed a commit that referenced this pull request Feb 23, 2023
## [6.0.1](v6.0.0...v6.0.1) (2023-02-23)

### Bug Fixes

* remove timeouts from pubsub tests ([#88](#88)) ([e1ac636](e1ac636))
@github-actions
Copy link

🎉 This PR is included in version 6.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

This was referenced Feb 23, 2023
achingbrain added a commit that referenced this pull request Feb 23, 2023
Follow up to #88 - instead wait for both peers to see each other in
their subscribed peers list.
achingbrain added a commit that referenced this pull request Feb 23, 2023
Follow up to #88 - instead wait for both peers to see each other in
their subscribed peers list.
achingbrain added a commit that referenced this pull request Feb 23, 2023
Follow up to #88 - instead wait for both peers to see each other in
their subscribed peers list.
github-actions bot pushed a commit that referenced this pull request Feb 23, 2023
## [6.0.3](v6.0.2...v6.0.3) (2023-02-23)

### Bug Fixes

* wait for both peers to see each other in topic peer lists ([#90](#90)) ([4703b85](4703b85)), closes [#88](#88)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant