On Mon, 2016-05-30 at 13:00 +0200, Adam Majer wrote: > Hello, > > There appears to be a sporadic but consistent failure in unit tests > with ZeroMQ 4.1.4 on SUSE's Open Build Service [1] > > [ 98s] FAIL: test_monitor > [ 98s] ================== > [ 98s] > [ 98s] test_monitor: tests/test_monitor.cpp:130: int main(): > Assertion `event == ZMQ_EVENT_MONITOR_STOPPED' failed. > > This appears to be a sporadic failure. > > > I'm also assuming that these tests are not to be run concurrently? That > is, with `make check -j`? > > - Adam > > > [1] - > https://build.opensuse.org/package/live_build_log/home:adamm:branches:devel:libraries:c_c++/zeromq/openSUSE_Factory/x86_64
Hi, Yes the tests should not be ran concurrently as they might try to bind to the same port. We should really try to fix that :-) Also a couple of tests are known to be a bit flacky on slower machines/environments unfortunately. Kind regards, Luca Boccassi
signature.asc
Description: This is a digitally signed message part
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
