aboutsummaryrefslogtreecommitdiff
path: root/tests/gc-concurrent.builder.sh
AgeCommit message (Collapse)Author
2020-07-02Make the gc-concurrent test more reliableregnat
Use a fifo pipe to handle the synchronisation between the different threads rather than relying on delays
2008-08-14* Increase the sleep periods a bit to make the test less likely toEelco Dolstra
fail on slow machines. Of course it would be better if this test wasn't timing dependent...
2006-07-21* Purify `make check'.Eelco Dolstra
2005-01-31* Don't delete active lock files.Eelco Dolstra
2005-01-28* Add a test to check whether concurrent garbage collection (i.e.,Eelco Dolstra
running the collector while builds are in progress) works correctly. The test currently fails.