about summary refs log tree commit diff
path: root/tests/gc-auto.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-09-04 gc-auto.sh: Increase sleep timeEelco Dolstra1-4/+4
2019-09-03 gc-auto.sh: More test fixesEelco Dolstra1-4/+10
2019-09-03 gc-auto.sh: Add some more instrumentationEelco Dolstra1-4/+6
2019-08-29 Don't rely on st_blocksEelco Dolstra1-2/+2
It doesn't seem very reliable on ZFS.
2019-08-29 Maybe fix #3058Eelco Dolstra1-4/+4
2019-08-29 Add some more instrumentationEelco Dolstra1-0/+3
2019-08-28 gc-auto.sh: Increase verbosityEelco Dolstra1-2/+2
2019-08-02 Add a test for auto-GCEelco Dolstra1-0/+59
This currently fails because we're using POSIX file locks. So when the garbage collector opens and closes its own temproots file, it causes the lock to be released and then deleted by another GC instance.