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 event count' fails intermittently #574

Closed yurivict closed 1 year ago

yurivict commented 1 year ago
        Start  98: monitor init event count
 98/101 Test  #98: monitor init event count ......................................***Failed    0.11 sec
Filters: monitor init event count

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

-------------------------------------------------------------------------------
monitor init event count
-------------------------------------------------------------------------------
/disk-samsung/freebsd-ports/net/cppzmq/work/cppzmq-4.8.1/tests/monitor.cpp:77
...............................................................................

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

/disk-samsung/freebsd-ports/net/cppzmq/work/cppzmq-4.8.1/tests/monitor.cpp:92: FAILED:
  CHECK( monitor.total == expected_event_count )
with expansion:
  1 == 2

===============================================================================
test cases: 1 | 1 failed
assertions: 5 | 3 passed | 2 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