michaelrsweet / pappl

PAPPL - Printer Application Framework
https://www.msweet.org/pappl
Apache License 2.0
309 stars 49 forks source link

Debian: testpappl: avahi_client_set_host_name assertion `client' failed #159

Closed OdyX closed 3 years ago

OdyX commented 3 years ago

1.0.2 has a new error when running the tests in an environment without Avahi (similar to #129 ?)

./testpappl -c -l testpappl.log -L debug -o testpappl.output -t all
api: testpappl: client.c:909: avahi_client_set_host_name: Assertion `client' failed.

See e.g.: https://salsa.debian.org/printing-team/pappl/-/jobs/1486190

michaelrsweet commented 3 years ago

Probably the new unit tests are tweaking this. Will fix.

michaelrsweet commented 3 years ago

[master a274eb7] Fix testpappl abort on Linux (Issue #159)

[v1.0.x 1984f2f] Fix testpappl abort on Linux (Issue #159)