From a96dd88477f038dd9231123e21f54ebc9265bca3 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Sun, 19 Oct 2025 14:36:49 +0800 Subject: [PATCH] misc test improvement --- stack_orchestrator/data/stacks/test/stack.yml | 1 - tests/database/run-test.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stack_orchestrator/data/stacks/test/stack.yml b/stack_orchestrator/data/stacks/test/stack.yml index ac724c89..93d3ecd3 100644 --- a/stack_orchestrator/data/stacks/test/stack.yml +++ b/stack_orchestrator/data/stacks/test/stack.yml @@ -2,7 +2,6 @@ version: "1.0" name: test description: "A test stack" repos: - - git.vdb.to/cerc-io/laconicd - git.vdb.to/cerc-io/test-project@test-branch containers: - cerc/test-container diff --git a/tests/database/run-test.sh b/tests/database/run-test.sh index e8ba2f76..bb288b49 100755 --- a/tests/database/run-test.sh +++ b/tests/database/run-test.sh @@ -86,7 +86,7 @@ fi echo "deploy init test: passed" # Switch to a full path for the data dir so it gets provisioned as a host bind mounted volume and preserved beyond cluster lifetime -sed -i "s|^\(\s*db-data:$\)$|\1 ${test_deployment_dir}/data/db-data|" $test_deployment_spec +sed -i.bak "s|^\(\s*db-data:$\)$|\1 ${test_deployment_dir}/data/db-data|" $test_deployment_spec $TEST_TARGET_SO --stack ${stack} deploy create --spec-file $test_deployment_spec --deployment-dir $test_deployment_dir # Check the deployment dir exists