| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test: Disable scheduler test manythreads | Wladimir J. van der Laan | 2015-12-01 | 1 | -0/+2 |
| | | | | | | | | It causes occasional deadlocks, resulting in false negatives in Travis. Disable the test for now. Works around #6540. | ||||
| * | More robust CScheduler unit test | Gavin Andresen | 2015-05-16 | 1 | -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 test | Gavin Andresen | 2015-05-14 | 1 | -0/+110 |