Skip to content

Conversation

@enjoy-binbin
Copy link
Contributor

@enjoy-binbin enjoy-binbin commented Nov 21, 2022

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.

Apparently we set `loglevel debug` for tls in spawn_instance.

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-module`.

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 redis#9320.
So only test-ubuntu-tls fails in daily CI.

The test was introduced in redis#11214.
@enjoy-binbin
Copy link
Contributor Author

enjoy-binbin commented Nov 21, 2022

sentinel daily test: https://github.com/enjoy-binbin/redis/actions/runs/3511194616 (all passed)

@oranagra
Copy link
Member

sentinel and cluster ci with and without tls: https://github.com/redis/redis/actions/runs/3517911010

@oranagra oranagra merged commit 0f85713 into redis:unstable Nov 21, 2022
@enjoy-binbin enjoy-binbin deleted the fix_sentinel_test branch November 22, 2022 00:00
madolson pushed a commit to madolson/redis that referenced this pull request Apr 19, 2023
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 redis#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 redis#9320.
So only `test-ubuntu-tls` fails in daily CI.

Co-authored-by: Oran Agra <oran@redislabs.com>
enjoy-binbin added a commit to enjoy-binbin/redis that referenced this pull request Jul 31, 2023
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 redis#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 redis#9320.
So only `test-ubuntu-tls` fails in daily CI.

Co-authored-by: Oran Agra <oran@redislabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants