mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
local-overlay store tests: storeDirs
-> setupStoreDirs
Co-Authored-By: Théophane Hufschmitt <theophane.hufschmitt@tweag.io>
This commit is contained in:
parent
b21ee60594
commit
bf0bf3d1be
@ -10,7 +10,7 @@ source common.sh
|
||||
unset NIX_STORE_DIR
|
||||
unset NIX_STATE_DIR
|
||||
|
||||
storeDirs
|
||||
setupStoreDirs
|
||||
|
||||
initLowerStore
|
||||
|
||||
|
@ -2,7 +2,7 @@ source common.sh
|
||||
|
||||
requireEnvironment
|
||||
setupConfig
|
||||
storeDirs
|
||||
setupStoreDirs
|
||||
|
||||
mkdir -p $TEST_ROOT/bad_test
|
||||
badTestRoot=$TEST_ROOT/bad_test
|
||||
@ -18,7 +18,7 @@ for i in "${storesBad[@]}"; do
|
||||
echo $i
|
||||
unshare --mount --map-root-user bash <<EOF
|
||||
source common.sh
|
||||
storeDirs
|
||||
setupStoreDirs
|
||||
mountOverlayfs
|
||||
expectStderr 1 nix doctor --store "$i" | grepQuiet "overlay filesystem .* mounted incorrectly"
|
||||
EOF
|
||||
|
@ -10,7 +10,7 @@ source common.sh
|
||||
unset NIX_STORE_DIR
|
||||
unset NIX_STATE_DIR
|
||||
|
||||
storeDirs
|
||||
setupStoreDirs
|
||||
|
||||
initLowerStore
|
||||
|
||||
|
@ -10,7 +10,7 @@ source common.sh
|
||||
unset NIX_STORE_DIR
|
||||
unset NIX_STATE_DIR
|
||||
|
||||
storeDirs
|
||||
setupStoreDirs
|
||||
|
||||
initLowerStore
|
||||
|
||||
|
@ -18,7 +18,7 @@ setupConfig () {
|
||||
|
||||
enableFeatures "local-overlay-store"
|
||||
|
||||
storeDirs () {
|
||||
setupStoreDirs () {
|
||||
# Attempt to create store dirs on tmpfs volume.
|
||||
# This ensures lowerdir, upperdir and workdir will be on
|
||||
# a consistent filesystem that fully supports OverlayFS.
|
||||
|
@ -10,7 +10,7 @@ source common.sh
|
||||
unset NIX_STORE_DIR
|
||||
unset NIX_STATE_DIR
|
||||
|
||||
storeDirs
|
||||
setupStoreDirs
|
||||
|
||||
initLowerStore
|
||||
|
||||
|
@ -8,7 +8,7 @@ source common.sh
|
||||
unset NIX_STORE_DIR
|
||||
unset NIX_STATE_DIR
|
||||
|
||||
storeDirs
|
||||
setupStoreDirs
|
||||
|
||||
initLowerStore
|
||||
|
||||
|
@ -8,7 +8,7 @@ source common.sh
|
||||
unset NIX_STORE_DIR
|
||||
unset NIX_STATE_DIR
|
||||
|
||||
storeDirs
|
||||
setupStoreDirs
|
||||
|
||||
initLowerStore
|
||||
|
||||
|
@ -10,7 +10,7 @@ source common.sh
|
||||
unset NIX_STORE_DIR
|
||||
unset NIX_STATE_DIR
|
||||
|
||||
storeDirs
|
||||
setupStoreDirs
|
||||
|
||||
initLowerStore
|
||||
|
||||
|
@ -10,7 +10,7 @@ source common.sh
|
||||
unset NIX_STORE_DIR
|
||||
unset NIX_STATE_DIR
|
||||
|
||||
storeDirs
|
||||
setupStoreDirs
|
||||
|
||||
initLowerStore
|
||||
|
||||
|
@ -10,7 +10,7 @@ source common.sh
|
||||
unset NIX_STORE_DIR
|
||||
unset NIX_STATE_DIR
|
||||
|
||||
storeDirs
|
||||
setupStoreDirs
|
||||
|
||||
initLowerStore
|
||||
|
||||
|
@ -10,7 +10,7 @@ source common.sh
|
||||
unset NIX_STORE_DIR
|
||||
unset NIX_STATE_DIR
|
||||
|
||||
storeDirs
|
||||
setupStoreDirs
|
||||
|
||||
initLowerStore
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user