Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
add 'suppress' to PostgresNode.poll_query_until() to mute exceptions #51
Conversation
@gsmol please, take a look at this one. |
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
.