Skip to content

Commit

Permalink
Remove protected-mode from RDMA test
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pizhenwei committed Oct 30, 2024
1 parent b8a1140 commit 3a9cf55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ fi
if [ "$TEST_RDMA" = "1" ]; then
cat >> ${CONF_FILE} <<EOF
loadmodule ${VALKEY_RDMA_MODULE} bind=${VALKEY_RDMA_ADDR} port=${VALKEY_PORT}
protected-mode no
EOF
RDMA_TEST_ARGS="--rdma-addr ${VALKEY_RDMA_ADDR}"
fi
Expand Down

0 comments on commit 3a9cf55

Please sign in to comment.