adaptivedemux2: Fix race for expected error in test
After gst-validate-1.0 notices the first expected error on the bus, it will queue the completion of that action while the pipeline is still processing the error and getting to the basesrc for the second error. Mark the second error as 'sometimes=true', as it's not critical to the test. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9060>
This commit is contained in:
parent
c14b135861
commit
c5f9d4073f
@ -8,7 +8,7 @@ meta,
|
||||
expected-issues = {
|
||||
# First attempt to play while the mpd is not available
|
||||
"expected-issue, issue-id=\"runtime::error-on-bus\", details=\".*Service Unavailable.*\"",
|
||||
"expected-issue, issue-id=\"runtime::error-on-bus\", details=\".*Got error: Internal data stream error.*\"",
|
||||
"expected-issue, issue-id=\"runtime::error-on-bus\", details=\".*Got error: Internal data stream error.*\", sometimes=true",
|
||||
"expected-issue, issue-id=\"scenario::execution-error\", details=\".*Error message happened while executing action.*\"",
|
||||
# Spurious error that happens racily when tearing down the pipeline
|
||||
"expected-issue, issue-id=\"runtime::error-on-bus\", details=\".*Stream doesn't contain enough.*\", sometimes=true",
|
||||
|
Loading…
x
Reference in New Issue
Block a user