eventcore/tests
Sönke Ludwig b32b329d15 Fix the approach to determine connect failures.
On macOS it could happen that both, onConnect and onConnectError, were triggered, resulting in seemingly overlapping connection attempts when they really were sequential. This in turn triggered a connection error leak test in vibe-core.

Now using only the write-ready flag plus the reported socket error status to determine failed connections, guaranteeing a single call back.
2020-03-15 18:49:54 +01:00
..
0-dirwatcher-rec.d Tests should use monotonic clock too for timeout 2018-12-23 22:15:54 +09:00
0-dirwatcher.d Fix test to allow the directory watcher to start up. 2019-06-01 21:44:20 +02:00
0-dns.d Adjust all tests to rely on automatic event loop exiting. 2017-06-10 10:28:16 +02:00
0-event.d Adjust all tests to rely on automatic event loop exiting. 2017-06-10 10:28:16 +02:00
0-file.d Adjust all tests to rely on automatic event loop exiting. 2017-06-10 10:28:16 +02:00
0-leaked-handles.d Test leaking handles through the GC. 2018-10-26 15:41:18 +02:00
0-runinownerthread.d Add test for runInOwnerThread. 2018-03-16 16:11:47 +01:00
0-signal.d Adjust all tests to rely on automatic event loop exiting. 2017-06-10 10:28:16 +02:00
0-tcp-cancelconn.d Fix the approach to determine connect failures. 2020-03-15 18:49:54 +01:00
0-tcp-readwait.d ease asserting, constants wrapped for future robustness 2018-06-06 11:45:36 +00:00
0-tcp.d ease asserting, constants wrapped for future robustness 2018-06-06 11:45:36 +00:00
0-timer.d Tests should use monotonic clock too for timeout 2018-12-23 22:15:54 +09:00
0-udp.d Adjust all tests to rely on automatic event loop exiting. 2017-06-10 10:28:16 +02:00
0-usds.d Adjust all tests to rely on automatic event loop exiting. 2017-06-10 10:28:16 +02:00
0-waitercount.d Add a minimal test for #8. 2017-06-10 10:21:47 +02:00
issue-25-periodic-timers.d Tests should use monotonic clock too for timeout 2018-12-23 22:15:54 +09:00
issue-122-coalesced-sigchld.d Use a more robust way to self-execute the test binary. 2019-08-23 09:35:12 +02:00