-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
v4.2
-
DAG 2019-08-12
-
1
burn_in_tests failed due to timeouts in this patch. This is because when we calculated the timeout value to use, we did not take into account that a minimum number of executions could be specified (which is 2 by default). The timeout is set based on how much over the 10 minute repeat time we expect the test to be, but in this case, a whole other execution of the test will occur cause it to hit the timeout.
As a server engineer,
I want burn_in_tests not to timeout on tests that have a runtime greater than 10 minutes
so that burn_in_tests can properly validate those tests.
AC:
- burn_in_tests is able to run successfully on tests with runtimes > 10 minutes.