summaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
authoryoav-steinberg <yoav@monfort.co.il>2021-09-26 17:45:02 +0300
committerGitHub <noreply@github.com>2021-09-26 17:45:02 +0300
commit66002530466a45bce85e4930364f1b153c44840b (patch)
treeeb5f2031208ed3ca927c2b08b107e05611c17ebe /tests/README.md
parent0af7fe2cab04309e57733b428817f477d06ecbda (diff)
downloadredis-66002530466a45bce85e4930364f1b153c44840b.tar.gz
Client eviction ci issues (#9549)
Fixing CI test issues introduced in #8687 - valgrind warnings in readQueryFromClient when client was freed by processInputBuffer - adding DEBUG pause-cron for tests not to be time dependent. - skipping a test that depends on socket buffers / events not compatible with TLS - making sure client got subscribed by not using deferring client
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md
index 980f8c3ad..178f9dd55 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -36,6 +36,7 @@ The following compatibility and capability tags are currently used:
| --------------------- | --------- |
| `external:skip` | Not compatible with external servers. |
| `cluster:skip` | Not compatible with `--cluster-mode`. |
+| `tls:skip` | Not campatible with `--tls`. |
| `needs:repl` | Uses replication and needs to be able to `SYNC` from server. |
| `needs:debug` | Uses the `DEBUG` command or other debugging focused commands (like `OBJECT`). |
| `needs:pfdebug` | Uses the `PFDEBUG` command. |