From 9d51a4b8456eb2a3ecd324d5eb885fea2e89643c Mon Sep 17 00:00:00 2001 From: zhenwei pi Date: Tue, 29 Oct 2024 11:50:19 +0800 Subject: [PATCH] Remove protected-mode from RDMA test Since a7cbca40661("RDMA: Support .is_local method (#1089)"), valkey starts to support local connection. Valkey server and client run on a single server, protected mode is not required. Signed-off-by: zhenwei pi --- tests/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test.sh b/tests/test.sh index 8d8a1c4f..a725df17 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -104,7 +104,6 @@ fi if [ "$TEST_RDMA" = "1" ]; then cat >> ${CONF_FILE} <