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

Investigate Periodic Failure of TestNewConsumer/TestConsumeBasicMessages #40

Closed
peake100 opened this issue Apr 15, 2021 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@peake100
Copy link
Owner

This test periodically fails, often from either not consuming, or not receiving a publication confirmation for the final, 10th message.

Is the broker not sending it for some reason? Is it being sent to some OTHER consumer running in another test? It smells of an off-by-one error since it almost always seems to be the final message that get lost. The overhaul of the relay synchronization logic dud not fix it.

Implementing #10 might be useful here to isolate if this is an integration problem or an underlying problem.

@peake100 peake100 added the bug Something isn't working label Apr 15, 2021
This was referenced Apr 15, 2021
@peake100
Copy link
Owner Author

Closed by #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant