tarantool / test-run

Tarantool functional testing framework
14 stars 15 forks source link

Raise an error and log it if test timeouts are set incorrectly #397

Closed i-cod closed 1 year ago

i-cod commented 1 year ago

Added logic that abort test run and logs an error message if condition is not met: no-output-timeout is at least 10 seconds longer than test-timeout and test-timeout is at least 10 seconds longer than server-start-timeout.

Closes #250

ochaplashkin commented 1 year ago
  1. Please add the issue number to the commit message;
  2. It also seems to me that the description of the PR does not need to be copied from the commit message. (it is possible when a very simple change is made, e.g. bump version).