eventcore/tests
Sönke Ludwig 86ee5c9477 Remove FileChange.isDirectory.
isDir can be a huge performance issue when watching a network based directory and can effectively block the thread almost completely in case of frequent file changes. This does mean than high-level code now needs to perform the check manually, if required, and the free information provided by inotify goes unused.
2020-05-11 19:30:40 +02:00
..
0-dirwatcher-rec.d Remove FileChange.isDirectory. 2020-05-11 19:30:40 +02:00
0-dirwatcher.d Remove FileChange.isDirectory. 2020-05-11 19:30:40 +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 Run high level tests on Windows. 2020-03-15 20:33:52 +01:00
0-tcp-cancelconn.d Fix the approach to determine connect failures. 2020-03-15 18:49:54 +01:00
0-tcp-readwait.d Run high level tests on Windows. 2020-03-15 20:33:52 +01:00
0-tcp.d Add tests for TCP shutdown procedure and connection state handling. 2020-03-17 14:26:48 +01:00
0-timer.d Loosen test timing to pass on Windows on the CI infrastructure. 2020-03-15 21:07:43 +01:00
0-udp.d Run high level tests on Windows. 2020-03-15 20:33:52 +01: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 Loosen test timing to pass on Windows on the CI infrastructure. 2020-03-15 21:07:43 +01: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