1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00
ohwgiles_laminar/test
Oliver Giles 261c08d2fe test: assert on >= 5 rather than strictly ==
due to process scheduling, we may even receive job_completed
messages before the test continues. The assert only needs to
check that there are enough messages to prevent invalid indexing.
This fixes a flakey test.
2022-01-28 19:44:40 +13:00
..
eventsource.h replace websockets with sse and refactor 2019-10-05 20:06:35 +03:00
laminar-fixture.h tests: add setNumExecutors method 2022-01-22 15:18:43 +13:00
laminar-functional.cpp test: assert on >= 5 rather than strictly == 2022-01-28 19:44:40 +13:00
main.cpp job leader process 2019-12-23 07:56:37 +02:00
tempdir.h tests: add setNumExecutors method 2022-01-22 15:18:43 +13:00
unit-conf.cpp fix minor compile warnings 2020-07-03 17:31:44 +12:00
unit-database.cpp replace websockets with sse and refactor 2019-10-05 20:06:35 +03:00