diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 72830cf42..414f99f67 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -518,7 +518,7 @@ jobs: if: true && !contains(github.event.inputs.skiptests, 'cluster') run: ./runtest-cluster ${{github.event.inputs.cluster_test_args}} - test-centos7-tls: + test-centos7-tls-module: runs-on: ubuntu-latest if: | (github.event_name == 'workflow_dispatch' || (github.event_name != 'workflow_dispatch' && github.repository == 'redis/redis')) && @@ -561,7 +561,7 @@ jobs: run: | ./runtest-cluster --tls-module ${{github.event.inputs.cluster_test_args}} - test-centos7-tls-no-tls: + test-centos7-tls-module-no-tls: runs-on: ubuntu-latest if: | (github.event_name == 'workflow_dispatch' || (github.event_name != 'workflow_dispatch' && github.repository == 'redis/redis')) && 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" }