summaryrefslogtreecommitdiff
path: root/buildscripts/burn_in_tests.py
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2019-11-01 16:05:55 +0000
committerevergreen <evergreen@mongodb.com>2019-11-01 16:05:55 +0000
commit8010c51d3f1cc1020959f8b351f8242d141d42a3 (patch)
tree39132e518a41cdd0feaab6b468ccf6014c5335f7 /buildscripts/burn_in_tests.py
parent97e827840a95b9c9678535da261a265d7d17d32c (diff)
downloadmongo-8010c51d3f1cc1020959f8b351f8242d141d42a3.tar.gz
SERVER-43608: Remove unused test code
Diffstat (limited to 'buildscripts/burn_in_tests.py')
-rw-r--r--buildscripts/burn_in_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/burn_in_tests.py b/buildscripts/burn_in_tests.py
index d15c2a0d7f0..7a5fb1ecb64 100644
--- a/buildscripts/burn_in_tests.py
+++ b/buildscripts/burn_in_tests.py
@@ -443,7 +443,7 @@ def _set_resmoke_cmd(repeat_config: RepeatConfig, resmoke_args: [str]) -> [str]:
return new_args
-def _parse_avg_test_runtime(test: str, task_avg_test_runtime_stats: TestStats) -> Optional[float]:
+def _parse_avg_test_runtime(test: str, task_avg_test_runtime_stats: [TestStats]) -> Optional[float]:
"""
Parse list of teststats to find runtime for particular test.
@@ -492,7 +492,7 @@ def _calculate_exec_timeout(repeat_config: RepeatConfig, avg_test_runtime: float
def _generate_timeouts(repeat_config: RepeatConfig, test: str,
- task_avg_test_runtime_stats: TestStats) -> TimeoutInfo:
+ task_avg_test_runtime_stats: [TestStats]) -> TimeoutInfo:
"""
Add timeout.update command to list of commands for a burn in execution task.