-
Notifications
You must be signed in to change notification settings - Fork 186
Allow for test runs over 4 hours #1243
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
Conversation
…ies. Changed behavior of output buffer `get_lines` procedure to stop immediately after consuming all produced data if producer has stopped. Changed behavior of output buffer `get_lines` procedure not to timeout after 4 hours, if producer is still running.
Codecov ReportBase: 95.13% // Head: 94.84% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #1243 +/- ##
===========================================
- Coverage 95.13% 94.84% -0.29%
===========================================
Files 108 108
Lines 5093 5105 +12
Branches 22 23 +1
===========================================
- Hits 4845 4842 -3
- Misses 240 255 +15
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…ion on older DB versions. We should investigate to see why execution is so slow on 11.2 and 12.1
Kudos, SonarCloud Quality Gate passed! |
Resolves #1242
Refactored output buffers to have better segregation of responsibilities.
Changed behavior of output buffers
get_lines
procedure to stop immediately after consuming all produced data if producer has stopped.Changed behavior of output buffers
get_lines
procedure not to timeout after 4 hours, if producer is still running.