You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ut_output_table_buffer, when get_lines is called there should be a timeout thrown if no lines can be obtained after x seconds.
This is because if we request get_lines and don't run a corresponding TestRunner (as happening in utPLSQL/utPLSQL-cli#20), we only have the very big timeout of 4 hours in the reporters.
We should at least check that something is happening and act appropriately if not.
The text was updated successfully, but these errors were encountered:
Default initial timeout was changed from 4 hours to 15 seconds.
All output reporters will now produce an extra leading line at the start of a test run.
Resolves#840
Default initial timeout was changed from 4 hours to 15 seconds.
All output reporters will now produce an extra leading line at the start of a test run.
Resolves#840
jgebal
changed the title
When calling Output_Buffer.get_lines there should be a timeout exception after x seconds if no content can be found
Add initial timeout to output_buffer.get_lines
Mar 19, 2019
In
ut_output_table_buffer
, when get_lines is called there should be a timeout thrown if no lines can be obtained after x seconds.This is because if we request get_lines and don't run a corresponding TestRunner (as happening in utPLSQL/utPLSQL-cli#20), we only have the very big timeout of 4 hours in the reporters.
We should at least check that something is happening and act appropriately if not.
The text was updated successfully, but these errors were encountered: