mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02: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
12 changed files with 13 additions and 13 deletions
|
@ -10,7 +10,7 @@ source common.sh
|
||||||
unset NIX_STORE_DIR
|
unset NIX_STORE_DIR
|
||||||
unset NIX_STATE_DIR
|
unset NIX_STATE_DIR
|
||||||
|
|
||||||
storeDirs
|
setupStoreDirs
|
||||||
|
|
||||||
initLowerStore
|
initLowerStore
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ source common.sh
|
||||||
|
|
||||||
requireEnvironment
|
requireEnvironment
|
||||||
setupConfig
|
setupConfig
|
||||||
storeDirs
|
setupStoreDirs
|
||||||
|
|
||||||
mkdir -p $TEST_ROOT/bad_test
|
mkdir -p $TEST_ROOT/bad_test
|
||||||
badTestRoot=$TEST_ROOT/bad_test
|
badTestRoot=$TEST_ROOT/bad_test
|
||||||
|
@ -18,7 +18,7 @@ for i in "${storesBad[@]}"; do
|
||||||
echo $i
|
echo $i
|
||||||
unshare --mount --map-root-user bash <<EOF
|
unshare --mount --map-root-user bash <<EOF
|
||||||
source common.sh
|
source common.sh
|
||||||
storeDirs
|
setupStoreDirs
|
||||||
mountOverlayfs
|
mountOverlayfs
|
||||||
expectStderr 1 nix doctor --store "$i" | grepQuiet "overlay filesystem .* mounted incorrectly"
|
expectStderr 1 nix doctor --store "$i" | grepQuiet "overlay filesystem .* mounted incorrectly"
|
||||||
EOF
|
EOF
|
||||||
|
|
|
@ -10,7 +10,7 @@ source common.sh
|
||||||
unset NIX_STORE_DIR
|
unset NIX_STORE_DIR
|
||||||
unset NIX_STATE_DIR
|
unset NIX_STATE_DIR
|
||||||
|
|
||||||
storeDirs
|
setupStoreDirs
|
||||||
|
|
||||||
initLowerStore
|
initLowerStore
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ source common.sh
|
||||||
unset NIX_STORE_DIR
|
unset NIX_STORE_DIR
|
||||||
unset NIX_STATE_DIR
|
unset NIX_STATE_DIR
|
||||||
|
|
||||||
storeDirs
|
setupStoreDirs
|
||||||
|
|
||||||
initLowerStore
|
initLowerStore
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ setupConfig () {
|
||||||
|
|
||||||
enableFeatures "local-overlay-store"
|
enableFeatures "local-overlay-store"
|
||||||
|
|
||||||
storeDirs () {
|
setupStoreDirs () {
|
||||||
# Attempt to create store dirs on tmpfs volume.
|
# Attempt to create store dirs on tmpfs volume.
|
||||||
# This ensures lowerdir, upperdir and workdir will be on
|
# This ensures lowerdir, upperdir and workdir will be on
|
||||||
# a consistent filesystem that fully supports OverlayFS.
|
# a consistent filesystem that fully supports OverlayFS.
|
||||||
|
|
|
@ -10,7 +10,7 @@ source common.sh
|
||||||
unset NIX_STORE_DIR
|
unset NIX_STORE_DIR
|
||||||
unset NIX_STATE_DIR
|
unset NIX_STATE_DIR
|
||||||
|
|
||||||
storeDirs
|
setupStoreDirs
|
||||||
|
|
||||||
initLowerStore
|
initLowerStore
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ source common.sh
|
||||||
unset NIX_STORE_DIR
|
unset NIX_STORE_DIR
|
||||||
unset NIX_STATE_DIR
|
unset NIX_STATE_DIR
|
||||||
|
|
||||||
storeDirs
|
setupStoreDirs
|
||||||
|
|
||||||
initLowerStore
|
initLowerStore
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ source common.sh
|
||||||
unset NIX_STORE_DIR
|
unset NIX_STORE_DIR
|
||||||
unset NIX_STATE_DIR
|
unset NIX_STATE_DIR
|
||||||
|
|
||||||
storeDirs
|
setupStoreDirs
|
||||||
|
|
||||||
initLowerStore
|
initLowerStore
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ source common.sh
|
||||||
unset NIX_STORE_DIR
|
unset NIX_STORE_DIR
|
||||||
unset NIX_STATE_DIR
|
unset NIX_STATE_DIR
|
||||||
|
|
||||||
storeDirs
|
setupStoreDirs
|
||||||
|
|
||||||
initLowerStore
|
initLowerStore
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ source common.sh
|
||||||
unset NIX_STORE_DIR
|
unset NIX_STORE_DIR
|
||||||
unset NIX_STATE_DIR
|
unset NIX_STATE_DIR
|
||||||
|
|
||||||
storeDirs
|
setupStoreDirs
|
||||||
|
|
||||||
initLowerStore
|
initLowerStore
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ source common.sh
|
||||||
unset NIX_STORE_DIR
|
unset NIX_STORE_DIR
|
||||||
unset NIX_STATE_DIR
|
unset NIX_STATE_DIR
|
||||||
|
|
||||||
storeDirs
|
setupStoreDirs
|
||||||
|
|
||||||
initLowerStore
|
initLowerStore
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ source common.sh
|
||||||
unset NIX_STORE_DIR
|
unset NIX_STORE_DIR
|
||||||
unset NIX_STATE_DIR
|
unset NIX_STATE_DIR
|
||||||
|
|
||||||
storeDirs
|
setupStoreDirs
|
||||||
|
|
||||||
initLowerStore
|
initLowerStore
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue