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

small fixes #20

Merged
merged 3 commits into from
Mar 7, 2024
Merged

small fixes #20

merged 3 commits into from
Mar 7, 2024

Conversation

fbarbu15
Copy link
Collaborator

@fbarbu15 fbarbu15 commented Mar 6, 2024

PR Details

Small fixes and adjustments for better debugging

Issues reported:

@fbarbu15 fbarbu15 marked this pull request as ready for review March 7, 2024 09:24
@fbarbu15 fbarbu15 requested a review from romanzac March 7, 2024 09:24
Copy link
Collaborator

@romanzac romanzac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Just curious, is there any story what makes you changing forth and back these calls?

forth:
7df4741
test_all_nodes_subscribed_to_the_topic(self):
-self.check_published_message_reaches_filter_peer()
+self.wait_for_published_message_to_reach_filter_peer()

back:
b49ef4a
test_all_nodes_subscribed_to_the_topic(self):
-self.wait_for_published_message_to_reach_filter_peer()
+self.check_published_message_reaches_filter_peer()

@fbarbu15
Copy link
Collaborator Author

fbarbu15 commented Mar 7, 2024

It was a mistake from my part. It seem to fix the flaky test but it didn't.
Also it has the potential to mask reliability issues so I decided to revert it back

@fbarbu15 fbarbu15 merged commit dd140dc into master Mar 7, 2024
2 checks passed
@fbarbu15 fbarbu15 deleted the chore/small-fixes branch March 7, 2024 12:36
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.

None yet

2 participants