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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
[ RUN ] OnlineFileSource.LowHighPriorityRequests
../../../test/storage/online_file_source.test.cpp:446: Failure
Expected: response_counter
Which is: 1
To be equal to: NUM_REQUESTS
Which is: 3
The text was updated successfully, but these errors were encountered:
When network status is changed to online, all unqueued requests may
be processed in nondeterministic. Therefore, low-priority request may
be made active, while other are put to priority queue. This introduces
flakiness for the unit test.
Fixes: #13371
I'm sometimes observing this test failure on CI, in particular on Qt builds (e.g. https://circleci.com/gh/mapbox/mapbox-gl-native/197671):
The text was updated successfully, but these errors were encountered: