-
Notifications
You must be signed in to change notification settings - Fork 10
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
Some small fixes in config and tests (4-3-stable) #284
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.
Looks good.
Whoops - renamed the |
Awaiting test results. |
Tests passed after fixing all the silly mistakes. :) |
Squash to taste. |
fbbbdb7
to
dad351e
Compare
Squashed |
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.
Pound it.
wait_for_empty_queue now allows the caller to specify a timeout in seconds as well as a function to run when a timeout occurs. If None is given for the function to run when a timeout occurs, the function raises a TimeoutError Exception. Existing uses of this function pass self.fail() to run on timeout with a brief message explaining the failure.
dad351e
to
404c9d7
Compare
#'d. Mergin |
In service of #246 (only fixes test never finishing)
Addresses #178
Addresses #278
Still seeing occasional failure of the test as described in #246 but this at least makes it so that the test can fail after a while. Will continue to investigate that.
Tests passed.