From 91fa42e7bc1b2c9119a5ae4ee22d4b5b246d2c44 Mon Sep 17 00:00:00 2001 From: zwang28 <84491488@qq.com> Date: Thu, 7 Mar 2024 11:47:48 +0800 Subject: [PATCH] fix(test): suppress expected error message --- src/storage/backup/integration_tests/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/backup/integration_tests/common.sh b/src/storage/backup/integration_tests/common.sh index 638c2b923776e..0a7bb19a1d8bb 100644 --- a/src/storage/backup/integration_tests/common.sh +++ b/src/storage/backup/integration_tests/common.sh @@ -78,7 +78,7 @@ function restore() { --etcd-endpoints 127.0.0.1:2388 \ --backup-storage-url minio://hummockadmin:hummockadmin@127.0.0.1:9301/hummock001 \ --hummock-storage-url minio://hummockadmin:hummockadmin@127.0.0.1:9301/hummock001 \ - 1>/dev/null + 1>/dev/null 2>&1 } function execute_sql() {