summaryrefslogtreecommitdiff
path: root/tests/instances.tcl
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2022-11-22 04:53:13 +0800
committerGitHub <noreply@github.com>2022-11-21 22:53:13 +0200
commit0f85713174150044e17d2c4dfbcaaf7f7475f333 (patch)
tree06693c622493e1ec45484a55bde464b117da9ca6 /tests/instances.tcl
parent51887e61b8a0ae36fa977351f34ace3e38efbc29 (diff)
downloadredis-0f85713174150044e17d2c4dfbcaaf7f7475f333.tar.gz
Fix sentinel update loglevel tls test (#11528)
Apparently we used to set `loglevel debug` for tls in spawn_instance. I.e. cluster and sentinel tests used to run with debug logging, only when tls mode was enabled. this was probably a leftover from when creating the tls mode tests. it cause a new test created for #11214 to fail in tls mode. At the same time, in order to better distinguish the tests, change the name of `test-centos7-tls` to `test-centos7-tls-module`, change the name of `test-centos7-tls-no-tls` to `test-centos7-tls-module-no-tls`. Note that in `test-centos7-tls-module`, we did not pass `--tls-module` in sentinel test because it is not supported, see 4faddf1, added in #9320. So only `test-ubuntu-tls` fails in daily CI. Co-authored-by: Oran Agra <oran@redislabs.com>
Diffstat (limited to 'tests/instances.tcl')
-rw-r--r--tests/instances.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/instances.tcl b/tests/instances.tcl
index 9cbb11a92..4e4091c31 100644
--- a/tests/instances.tcl
+++ b/tests/instances.tcl
@@ -102,7 +102,6 @@ proc spawn_instance {type base_port count {conf {}} {base_conf_file ""}} {
puts $cfg [format "tls-client-key-file %s/../../tls/client.key" [pwd]]
puts $cfg [format "tls-dh-params-file %s/../../tls/redis.dh" [pwd]]
puts $cfg [format "tls-ca-cert-file %s/../../tls/ca.crt" [pwd]]
- puts $cfg "loglevel debug"
} else {
puts $cfg "port $port"
}