- Notifications
You must be signed in to change notification settings - Fork35
add 'suppress' to PostgresNode.poll_query_until() to mute exceptions#51
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
add 'suppress' to PostgresNode.poll_query_until() to mute exceptions#51
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@gsmol please, take a look at this one. |
codecov-io commentedJul 11, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #51 +/- ##==========================================+ Coverage 97.18% 97.31% +0.12%========================================== Files 17 17 Lines 1564 1562 -2 ========================================== Hits 1520 1520+ Misses 44 42 -2
Continue to review full report at Codecov.
|
This is an alternative approach to the problem covered by PR#50.
The idea is to provide a set of
suppress
ed exceptions topoll_query_until
.