aboutsummaryrefslogtreecommitdiff
path: root/src/test/scheduler_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* test: Disable scheduler test manythreadsWladimir J. van der Laan2015-12-011-0/+2
| | | | | | | It causes occasional deadlocks, resulting in false negatives in Travis. Disable the test for now. Works around #6540.
* More robust CScheduler unit testGavin Andresen2015-05-161-9/+18
| | | | | | | | | On a busy or slow system, the CScheduler unit test could fail because it assumed all threads would be done after a couple of milliseconds. Replace the hard-coded sleep with CScheduler stop() method that will cleanly exit the servicing threads when all tasks are completely finished.
* CScheduler unit testGavin Andresen2015-05-141-0/+110