openvidu/openvidu-test-e2e
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
..
docker OpenVidu v3 2024-07-02 19:19:05 +02:00
src openvidu-test-e2e: fix waitUntilSubscriberXxx waits aborting on absent stats 2026-09-05 00:48:55 +02:00
pom.xml openvidu-test-e2e: update livekit-server Java dependency from 0.10.1 to 0.15.1 2026-09-01 19:24:40 +02:00