summaryrefslogtreecommitdiffstats
path: root/src/tests/connect-stress.c
Commit message (Collapse)AuthorAgeFilesLines
* Make connect-stress test compile for win32Maarten Bosmans2011-04-301-3/+3
|
* test: Make the connect-stress less likely to bail out due to >32 streams.Colin Guthrie2011-04-231-1/+9
| | | | | | | | | | When running two connect-stress tests at the same time the liklihood of >32 streams per sink increases. All it takes is for an event sound to fire to trigger an abort of the test. This leaves just a little bit of wriggle room for a couple external streams. Of course the overall problem is still there but this just makes it slightly less likely without really affecting the test itself.
* tests: add a connection stress testDaniel Mack2011-04-011-0/+198
This test is based on a threaded main loop and was written to hunt an evil race condition.