pywayland
pywayland copied to clipboard
test_registry_bind does not pass with separate Wayland server running
I don't know why or how NixOS is interfering here, especially since all of the other tests pass. It fails with:
FAILED test/test_registry_bind.py::test_get_registry - assert None is not None
Below is the full log:
test.txt
Testing this locally on my machine (Arch) I get the same error, so probably not a NixOS error.
On Wed, Jul 14 2021 at 12:35:13 PM -0700, wizardwatch @.***> wrote:
I don't know why or how NixOS is interfering here, especially since all of the other tests pass. It fails with: FAILED test/test_registry_bind.py::test_get_registry - assert None is not None Below is the full log: test.txt https://github.com/flacjacket/pywayland/files/6818550/test.txt
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/flacjacket/pywayland/issues/26, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKTZCMPWCOWLEJOJ2ISG2ALTXXRHDANCNFSM5AMDA2ZQ.
Hmm, that is interesting. It passes for me on gentoo, and I haven't seen it fail in the CI runs.
I am currently running my window manager in X rather than in Wayland, I wonder if that has something to do with it? The window manager wayland server may be interfering with the tests.
Can confirm - starting an X session in a second TTY with Wayland still running, fails, then closing the Wayland session and trying again from the X session, passes.
On Wed, Jul 14 2021 at 05:32:12 PM -0700, Sean Vig @.***> wrote:
I am currently running my window manager in X rather than in Wayland, I wonder if that has something to do with it? The window manager wayland server may be interfering with the tests.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/flacjacket/pywayland/issues/26#issuecomment-880298307, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKTZCMP5TYD3FLVDZC6OUKLTXYUAZANCNFSM5AMDA2ZQ.