Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-23 | Test whether --fallback works if NARS have disappeared from the binary cache | Eelco Dolstra | |
2013-04-23 | Test NAR info caching | Eelco Dolstra | |
2013-01-02 | If a substitute closure is incomplete, build dependencies, then retry the ↵ | Eelco Dolstra | |
substituter Issue #77. | |||
2013-01-02 | Add a test for incomplete closures in the binary cache | Eelco Dolstra | |
Issue #77. | |||
2012-12-03 | Test the ‘--prebuilt-only’ flag | Eelco Dolstra | |
2012-09-12 | Fix test failure on Darwin | Eelco Dolstra | |
Apparently our DBD::SQLite links against /usr/lib/libsqlite3.dylib, which is an old version that doesn't respect foreign key constraints. So manifests/cache.sqlite doesn't get updated properly when a manifest disappears. We should fix our DBD::SQLite, but in the meantime this will fix the test. http://hydra.nixos.org/build/3017959 | |||
2012-07-30 | Fix the test | Eelco Dolstra | |
2012-07-27 | Allow a binary cache to declare that it doesn't support "nix-env -qas" | Eelco Dolstra | |
Querying all substitutable paths via "nix-env -qas" is potentially hard on a server, since it involves sending thousands of HEAD requests. So a binary cache must now have a meta-info file named "nix-cache-info" that specifies whether the server wants this. It also specifies the store prefix so that we don't send useless queries to a binary cache for a different store prefix. | |||
2012-07-27 | Test "nix-env -qas" with the binary cache substituter | Eelco Dolstra | |
2012-07-26 | Add a test for the binary cache substituter | Eelco Dolstra | |