Skip to content

v0.9.16

Choose a tag to compare

@github-actions github-actions released this 24 Feb 07:27
· 22 commits to main since this release
631ab4b

Patch Changes

  • 7e73c82: Fix persistent device video download race condition that caused the process to hang when a worker had only one test (common with retries). When the 5-second delay wasn't enough for endTime to be written, the code misclassified the last test as intermediate and waited for a file that only the endTime download path would create. The intermediate test branch now polls for both the video file on disk and endTime being set, and all downloads go through a per-session lock to prevent concurrent writes.