-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
v3.6
-
TIG 2018-1-29
-
0
A ValueError: min() arg is an empty sequence exception is raised when a Report (from test_failures.py) is created with an empty list of report entries.
In update_test_lifecycle.py, a Report is created for each test group. If the test group does not have historical data for the period, the report entries list will be empty, triggering the error.
- is duplicated by
-
SERVER-32632 Update test_lifecycle needs to handle reports which return an empty result
- Closed