zeromq / czmq

High-level C binding for ØMQ
czmq.zeromq.org
Mozilla Public License 2.0
1.16k stars 523 forks source link

Problem: czmq `make check` tests do not display properly in terminal #2280

Open BHare1985 opened 3 months ago

BHare1985 commented 3 months ago

Compiling czmq and running make check on Ubuntu 22.04 / Debian 11 / Debian 12 results in odd test output where the results are output before the tests are properly ran, see: https://gist.github.com/BHare1985/7469639aa05d7d580d9c8d602b08a0e5

Screenshot: WindowsTerminal_tI7OCu7Svo

The issue does not happen when running tests with libzmq:

WindowsTerminal_jJAN6oOTXE

sphaero commented 2 months ago

yes this is known. Just nobody has fixed it yet. Any idea where the problem origins?