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 Nov 4, 2023. It is now read-only.
During armhf tests in the xenial_-_edge_-_wayland branch, the following can be seen:
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 170 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 174 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 170 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 174 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 170 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 183 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 173 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 178 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last 10 frames took over 17 ms to render (last frame: 178 ms)
The same happens on amd64, but to a lesser extent:
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 91 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 89 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 89 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 88 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 95 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 90 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last frame took 88 ms to render.
QWARN : qmltestrunner::Panel::test_aboutToShowMenu() [PERFORMANCE]: Last 10 frames took over 17 ms to render (last frame: 88 ms)
This slowness is causing tests to exhibit rare and interesting race conditions. Unfortunately due to time constraints, I need to disable the tests on the slower armhf and arm64 architectures while also fixing the problems.
The issue seems to be related to Mesa in xenial_-_edge_-_wayland. If I install the Ubuntu 16.04.1 version of Mesa, the tests run more quickly again. Of course we can't use this older version of Mesa since it doesn't include a useful version of Lima for our A64 devices.
If you're interested in installing this older Mesa, first install the build-dependencies for unity8 in xenial_-edge-_wayland then run the following command:
During armhf tests in the
xenial_-_edge_-_wayland
branch, the following can be seen:The same happens on amd64, but to a lesser extent:
This slowness is causing tests to exhibit rare and interesting race conditions. Unfortunately due to time constraints, I need to disable the tests on the slower armhf and arm64 architectures while also fixing the problems.
The issue seems to be related to Mesa in
xenial_-_edge_-_wayland
. If I install the Ubuntu 16.04.1 version of Mesa, the tests run more quickly again. Of course we can't use this older version of Mesa since it doesn't include a useful version of Lima for our A64 devices.If you're interested in installing this older Mesa, first install the build-dependencies for unity8 in xenial_-edge-_wayland then run the following command:
The text was updated successfully, but these errors were encountered: