zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.93k stars 757 forks source link

The test 'monitor init abort' fails intermittently #573

Closed yurivict closed 1 year ago

yurivict commented 1 year ago
        Start  99: monitor init abort
 99/101 Test  #99: monitor init abort ............................................***Failed    0.01 sec
Filters: monitor init abort

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unit_tests is a Catch v2.13.4 host application.
Run with -? for options

-------------------------------------------------------------------------------
monitor init abort
-------------------------------------------------------------------------------
/disk-samsung/freebsd-ports/net/cppzmq/work/cppzmq-4.8.1/tests/monitor.cpp:95
...............................................................................

/disk-samsung/freebsd-ports/net/cppzmq/work/cppzmq-4.8.1/tests/monitor.cpp:140: FAILED:
  CHECK( monitor.connect_delayed == 1 )
with expansion:
  0 == 1

===============================================================================
test cases: 1 | 1 failed
assertions: 4 | 3 passed | 1 failed

Version: 4.8.1 OS: FreeBSD 13.1

gummif commented 1 year ago

This will be fixed in https://github.com/zeromq/cppzmq/pull/576