You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** OGG/MP3 playback tests require external test files (downloaded from URL or provided via `--clip-path`). If test files are not available, these tests will be skipped.
84
90
85
91
---
86
92
87
93
## PASS / FAIL / SKIP criteria
88
94
89
95
### PASS
90
96
-**Recording**: Output file is created and has size > 1000 bytes
91
-
-**Playback**: Pipeline completes successfully (exit code 0, 124, or 143)
97
+
-**Playback**: Pipeline completes successfully with exit code 0 (clean completion)
98
+
-**Note**: Timeout (exit code 124) or termination (exit code 143) are treated as **FAIL** for controlled-duration recordings
99
+
- This ensures playback completed successfully rather than being interrupted
92
100
-**Overall**: At least one test passes and no tests fail
93
101
94
102
### FAIL
95
103
-**Recording**: No output file created or file size too small
96
-
-**Playback**: Pipeline fails or GStreamer errors detected
104
+
-**Playback**: Pipeline exits with non-zero code (including timeout 124 or termination 143) or GStreamer errors detected
0 commit comments