Message106349
| Author | kristjan.jonsson |
|---|---|
| Recipients | kristjan.jonsson |
| Date | 2010-05-24.09:44:14 |
| SpamBayes Score | 0.010091452 |
| Marked as misclassified | No |
| Message-id | <1274694258.02.0.421667436928.issue8799@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The tests for the ConditionVariable a fragile. On a slow computer, or when running a DEBUG build, the main thread can issue a condition.notify() call, even though the worker threads have not settled in on a wait() call. This causes the test to stall. The provided patch "fixes" this by adding a short _wait() before the notify. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-24 09:44:18 | kristjan.jonsson | set | recipients: + kristjan.jonsson |
| 2010-05-24 09:44:18 | kristjan.jonsson | set | messageid: <1274694258.02.0.421667436928.issue8799@psf.upfronthosting.co.za> |
| 2010-05-24 09:44:15 | kristjan.jonsson | link | issue8799 messages |
| 2010-05-24 09:44:14 | kristjan.jonsson | create | |