openvidu/openvidu-test-e2e/src
pabloFuente 146e09a7b0 openvidu-test-e2e: fix waitUntilSubscriberXxx waits aborting on absent stats
The predicates read stats through the hard-failing getSubscriberVideoXxx getters, which raise AssertionFailedError when a stat is missing, so waitUntilAux did not catch it and the wait aborted on its first iteration instead of retrying for 20s. Read stats via getSubscriberVideoLayer + getLayerCounter instead, and catch AssertionError
too. Guard every comparison with isStatPresent: an absent -1 satisfies the != in waitUntilSubscriberFrameWidthChanges, ending that wait immediately.
2026-09-05 00:48:55 +02:00
..
main/java/io/openvidu/test/e2e openvidu-test-e2e: fix logic of network conditions with newer pumba image. Fix pumba image versions 2026-09-04 18:44:38 +02:00
test openvidu-test-e2e: fix waitUntilSubscriberXxx waits aborting on absent stats 2026-09-05 00:48:55 +02:00