index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ca
Age
Commit message (
Expand
)
Author
2023-12-01
Put functional tests in `tests/functional`
John Ericson
2023-08-09
Try to realise CA derivations during queryMissing
Peter Waller
2023-07-18
Introduce notion of a test group, use for CA tests
John Ericson
2023-04-17
Gate experimental features in `DerivationOutput::fromJSON`
John Ericson
2023-04-07
Create `nix derivation add` command
John Ericson
2023-04-07
`nix show-derivation` -> `nix derivation show`
John Ericson
2023-03-08
Harden tests' bash
John Ericson
2023-03-01
Remove needless `--experimental-feature` in a CA drvs test
John Ericson
2023-02-28
Get rid of `.drv` special-casing for store path installables
John Ericson
2023-02-10
Test `nix build --json` return output paths in floating CA case
John Ericson
2023-02-04
Remove `--derivation` from test
John Ericson
2022-11-23
add explanation and test
Taeer Bar-Yam
2022-06-22
Enable/fix tests in nix-static
Eelco Dolstra
2022-04-26
nix: Respect meta.outputsToInstall, and use all outputs by default
Eelco Dolstra
2022-04-21
tests: remove 'ca-references' feature
Sergei Trofimovich
2022-04-21
nix: add (failing) selfreference test for multiple realizations
Sergei Trofimovich
2022-04-01
Fix handling of outputHash when outputHashAlgo is not specified
Eelco Dolstra
2022-03-17
Fix `nix build --dry-run` with CA derivations
Théophane Hufschmitt
2022-03-02
tests/common.sh.in: Add enableFeatures helper
Eelco Dolstra
2021-12-21
Fix IFD with CA derivations
regnat
2021-11-05
Fix `nix repl`’s building of CA derivations
regnat
2021-10-13
Non-blocking garbage collector
Eelco Dolstra
2021-09-27
Fix 'error: reading a line: Input/output error' in startBuilder()
Eelco Dolstra
2021-07-27
Allow running all the tests with the daemon
regnat
2021-07-20
Properly lock the builds of CA derivations
regnat
2021-06-28
Merge pull request #4937 from NixOS/ca/make-the-tests-useful
Eelco Dolstra
2021-06-25
tests: Get rid of some result symlinks
Eelco Dolstra
2021-06-24
Make CA derivations compatible with recursive Nix
regnat
2021-06-24
Make the post-build-hook also run for unresolved CA derivations
regnat
2021-06-23
Merge pull request #4839 from NixOS/ca/gracefully-handle-duplicate-realisations
Eelco Dolstra
2021-06-23
Merge pull request #4842 from NixOS/ca/fix-nix-shell
Eelco Dolstra
2021-06-23
Add a test for the “two glibc” issue
regnat
2021-06-23
Merge pull request #4838 from NixOS/ca/recursively-substitute-realisations
Eelco Dolstra
2021-06-23
Merge pull request #4906 from NixOS/collect-garbage-ca
Eelco Dolstra
2021-06-21
Remove a possible existing store path when building CA derivations
regnat
2021-06-15
Add a test for the gc with CA derivations
regnat
2021-06-11
Make `nix-shell` support content-addressed derivations
regnat
2021-05-26
Recursively substitute the realisations
regnat
2021-05-17
Add a test for `nix run` with CA derivations
regnat
2021-05-10
Merge pull request #4781 from NixOS/locally_cache_the_remote_realisations
Eelco Dolstra
2021-05-06
Add a realisations disk cache
regnat
2021-05-05
Properly normalize the content-addressed paths
regnat
2021-04-23
fixup! Add a regression test for #4725
regnat
2021-04-22
Add a regression test for #4725
regnat
2021-03-26
LocalBinaryCacheStore::upsertFile(): Fix race
Eelco Dolstra
2021-03-15
Check the signatures when copying store paths around
regnat
2021-03-01
Add a test for the remote caching of CA derivations
regnat
2021-03-01
Move the CA tests to a sub-directory
regnat