martinpitt / umockdev

Mock hardware devices for creating unit tests and bug reporting
https://launchpad.net/umockdev
GNU Lesser General Public License v2.1
312 stars 58 forks source link

pcap control fixes #143

Closed benzea closed 3 years ago

benzea commented 3 years ago

Issues discovered while creating the uru4000 test in libfprint.

martinpitt commented 3 years ago

Tests timed out on ubuntu:devel, re-running.

martinpitt commented 3 years ago

@benzea : Timed out again, this smells systematic..

benzea commented 3 years ago

Yeah, though not a regression in umockdev.

The test that is timing out is the only one that is running Xorg internally. So, probably xorg is not shutting down.

benzea commented 3 years ago

OK, quite confusing. I added debug printf's, and we seem to be hanging inside the spawn_async call that launches umockdev-run and Xorg.

martinpitt commented 3 years ago

Confirmed that the ubuntu:devel hang is not a regression from this PR, it just failed the same way on master. @benzea has a hunch that it's related to libglib2.0-0 2.68.3 → 2.68.4 update.