tests: added test to ensure an op.#Exec with no cache will not execute twice

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-04-15 12:10:14 -07:00
parent f4c712e373
commit cfa9f08bc9
2 changed files with 27 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ test::compute::simple(){
"$dagger" "${DAGGER_BINARY_ARGS[@]}" compute "$d"/compute/success/overload/flat
test::one "Compute: overloading #Component should work" --exit=0 \
"$dagger" "${DAGGER_BINARY_ARGS[@]}" compute "$d"/compute/success/overload/wrapped
test::one "Compute: Disabling the cache on exec should not compute twice when referenced by another key" --exit=0 \
"$dagger" "${DAGGER_BINARY_ARGS[@]}" compute "$d"/compute/success/exec-nocache
}
test::compute::dependencies(){