CastUtils TimeRanges test sometimes times out #1215
Labels
priority: P4
Nice to have / wishful thinking
status: archived
Archived and locked; will not be updated
status: unable to reproduce
Issue could not be reproduced by the team
type: code health
A code health issue
type: enhancement
New feature or request
CastUtils TimeRanges deserialize into equivalent objects
sometimes times out when I run the full test suite. I've seen this happen a lot while testing other things, but annoyingly I am having a very hard time reproducing it on purpose. I ran theCastUtils
tests 10k times in a row and eventually it was reproduced; notably, once it started happening (~5k runs in) it suddenly started happening multiple times in a row, which suggests it involves some kind of external state.That particular test does not have any asynchronous parts, but the beforeEach and afterEach attached to it do. In particular, the beforeEach involves loading file assets and appending a buffer to media source engine, so it might be some file I/O problem.
The text was updated successfully, but these errors were encountered: