Closed jpiesing closed 1 year ago
Hi @jpiesing each observation are observed separately and failing one observation should not directly cause other observations to fail. "ts_max": 120 is defined in test-config.json file. Choose different value should not cause other observations to fail. I can confirm that "Failing video start-up delay observation should not result in failing other sub-tests". If this is not the case, I would like to have more details about the issue please?
Closing after further analysis of the failing OF tests.
The test specification defines that the observation for video start-up delay with a "should" unlike other observations that use a "shall".
Currently TSMax is configured to 120ms but with a note that "This constraint is defined as a first approach but may be refined after running some initial tests.".
Any value we pick that is not absurd (e.g. 2.0s) is likely to have some implementations somewhere that fail it.
In these circumstances, I believe that failing the video start-up delay observation should not result in failing other observations.