lix/tests
regnat 58cdab64ac Store metadata about drv outputs realisations
For each known realisation, store:
- its output
- its output path

This comes with a set of needed changes:

- New `realisations` module declaring the types needed for describing
  these mappings
- New `Store::registerDrvOutput` method registering all the needed informations
  about a derivation output (also replaces `LocalStore::linkDeriverToPath`)
- new `Store::queryRealisation` method to retrieve the informations for a
  derivations

This introcudes some redundancy on the remote-store side between
`wopQueryDerivationOutputMap` and `wopQueryRealisation`.
However we might need to keep both (regardless of backwards compat)
because we sometimes need to get some infos for all the outputs of a
derivation (where `wopQueryDerivationOutputMap` is handy), but all the
stores can't implement it − because listing all the outputs of a
derivation isn't really possible for binary caches where the server
doesn't allow to list a directory.
2020-12-11 20:41:32 +01:00
..
config
lang
plugins
add.sh
bad.tar.xz Validate tarball components 2019-12-13 19:05:26 +01:00
binary-cache.sh Move most store-related commands to 'nix store' 2020-12-03 23:22:22 +01:00
brotli.sh
build-dry.sh
build-hook-ca.nix Test remote building with fixed output derivations 2020-08-16 17:38:12 +00:00
build-hook.nix
build-remote-content-addressed-fixed.sh Test remote building with fixed output derivations 2020-08-16 17:38:12 +00:00
build-remote-input-addressed.sh
build-remote.sh Test the post-build-hook with remote builders 2020-12-09 10:45:12 +01:00
build.sh
case-hack.sh
case.nar Handle case collisions on case-insensitive systems 2014-07-16 16:02:05 +02:00
check-refs.nix Add disallowedReferences / disallowedRequisites 2014-08-28 18:57:13 +02:00
check-refs.sh
check-reqs.nix Restore old (dis)allowedRequisites behaviour for self-references 2018-10-27 15:41:53 +02:00
check-reqs.sh
check.nix
check.sh Replace --hashed-mirrors with substituters test 2020-06-12 14:39:44 -05:00
common.sh.in
config.nix.in tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
config.sh
content-addressed.nix
content-addressed.sh
dependencies.builder0.sh
dependencies.nix tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
dependencies.sh tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
describe-stores.sh
dump-db.sh
export-graph.nix Support quoted attribute names in -A 2013-11-18 10:21:12 +00:00
export-graph.sh tests/binary-cache.sh: Improve incomplete closure test 2020-05-12 13:56:00 +02:00
export.sh
fetchGit.sh
fetchGitRefs.sh Merge remote-tracking branch 'origin/master' into flakes 2020-06-17 10:26:52 +02:00
fetchGitSubmodules.sh
fetchMercurial.sh fetchMercurial: set HGPLAIN when invoking hg 2020-11-23 16:12:33 +00:00
fetchurl.sh
filter-source.nix
filter-source.sh Add test for builtins.path 2020-07-30 16:38:04 -05:00
fixed.builder1.sh
fixed.builder2.sh
fixed.nix
fixed.sh
flakes.sh
function-trace.sh
gc-auto.sh
gc-concurrent.builder.sh
gc-concurrent.nix
gc-concurrent.sh
gc-concurrent2.builder.sh
gc-runtime.nix * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
gc-runtime.sh
gc.sh
github-flakes.nix
hash-check.nix
hash.sh Move 'nix hash-*' and 'nix to-*' to 'nix hash' 2020-12-03 17:55:55 +01:00
import-derivation.nix
import-derivation.sh
init.sh
install-darwin.sh
lang.sh
linux-sandbox.sh Move NAR-related commands to 'nix nar' 2020-12-03 18:09:02 +01:00
local-store.sh Test relative store paths 2020-07-17 15:50:53 -04:00
local.mk
logging.sh
misc.sh 'from string' 2020-06-30 16:43:01 -06:00
multiple-outputs.nix Squashed get CA derivations building 2020-08-07 19:51:55 +00:00
multiple-outputs.sh
nar-access.nix Rename tests/nar-index -> tests/nar-access 2017-11-14 13:27:40 +01:00
nar-access.sh Move NAR-related commands to 'nix nar' 2020-12-03 18:09:02 +01:00
nix-build-examples.nix
nix-build.sh
nix-channel.sh
nix-copy-closure.nix nix-copy-closure: verify it works with drvs 2020-11-02 15:50:14 -05:00
nix-copy-ssh.sh
nix-profile.sh
nix-shell.sh Add test case for incidentally fixed #4228 2020-11-09 22:43:14 +01:00
optimise-store.sh
parallel.builder.sh
parallel.nix
parallel.sh Add support for ‘make installcheck’ 2013-11-25 18:47:03 +01:00
pass-as-file.sh passAsFile: leave out the hash prefix 2020-01-02 23:56:06 +00:00
path.nix
placeholders.sh Fix test failures when $TMPDIR changes 2019-06-15 16:36:33 +02:00
plugins.sh
post-hook.sh
pure-eval.nix
pure-eval.sh
push-to-store.sh
recursive.sh Move most store-related commands to 'nix store' 2020-12-03 23:22:22 +01:00
referrers.sh Disallow empty store path names 2019-11-26 20:12:15 +01:00
remote-builds.nix tests: Add names to VM tests 2020-10-17 23:34:38 +02:00
remote-store.sh
repair.sh
restricted.nix Add pure evaluation mode 2018-01-16 19:23:18 +01:00
restricted.sh
search.nix
search.sh Revive 'nix search' 2020-04-20 15:27:09 +02:00
secure-drv-outputs.nix
secure-drv-outputs.sh
setuid.nix
shell-hello.nix
shell.nix
shell.sh
shell.shebang.rb
shell.shebang.sh
signing.sh
simple.builder.sh
simple.nix * Refactoring: renamed *.nix.in to *.nix. 2009-03-17 17:11:55 +00:00
simple.sh
ssh-relay.sh
structured-attrs.nix Fix derivation computation with __structuredAttrs and multiple outputs 2020-01-21 21:14:13 +01:00
structured-attrs.sh
tarball.sh
timeout.nix Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00
timeout.sh
user-envs.builder.sh Test priorities 2012-12-04 14:47:50 +01:00
user-envs.nix
user-envs.sh