Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-04 | gc-auto.sh: Increase sleep time | Eelco Dolstra | |
2019-09-03 | gc-auto.sh: More test fixes | Eelco Dolstra | |
2019-09-03 | gc-auto.sh: Add some more instrumentation | Eelco Dolstra | |
2019-08-29 | Don't rely on st_blocks | Eelco Dolstra | |
It doesn't seem very reliable on ZFS. | |||
2019-08-29 | Maybe fix #3058 | Eelco Dolstra | |
2019-08-29 | Add some more instrumentation | Eelco Dolstra | |
2019-08-28 | gc-auto.sh: Increase verbosity | Eelco Dolstra | |
2019-08-02 | Add a test for auto-GC | Eelco Dolstra | |
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. |