-
Notifications
You must be signed in to change notification settings - Fork 178
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
Tester tolerate unconsumed queues #199
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TheL1ne that branch was for internal testing only and still has some issues, give me some time to fix them and then we can probably merge it.
1979be0
to
63f6d26
Compare
63f6d26
to
4bd0eff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log.Printf("wait 5 seconds before starting to emit") | ||
time.Sleep(5 * time.Second) | ||
|
||
for i := 0; i < 50; i++ { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These loops could use some more overview imo
I rebased this branch onto the master. Hopefully I did not do any mistakes there @frairon.
Tests still work fine.
I want this in the master because we have version conflicts between projects otherwise.