Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-27 | Allow running all the tests with the daemon | regnat | |
When `NIX_DAEMON_PACKAGE` is set, make all the tests use the Nix daemon. That way we can test every piece of Nix functionality both with and without the daemon. Tests for which using the daemon isn’t possible or doesn’t make sens can selectively be disabled with `needLocalStore` | |||
2020-12-03 | Move most store-related commands to 'nix store' | Eelco Dolstra | |
2020-07-06 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2020-07-02 | Make the gc-auto test more reliable | regnat | |
Use a fifo pipe to handle the synchronisation between the different threads rather than relying on delays | |||
2019-11-27 | nix: Add --expr flag | Eelco Dolstra | |
This replaces the '(...)' installable syntax, which is not very discoverable. The downside is that you can't have multiple expressions or mix expressions and other installables. | |||
2019-09-04 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
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 | Merge remote-tracking branch 'origin/master' into flakes | 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-08 | Fix gc-auto test | 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. |