redict/tests/cluster/tests
Binbin 0bfccc55e2
Fixed some typos, add a spell check ci and others minor fix (#8890)
This PR adds a spell checker CI action that will fail future PRs if they introduce typos and spelling mistakes.
This spell checker is based on blacklist of common spelling mistakes, so it will not catch everything,
but at least it is also unlikely to cause false positives.

Besides that, the PR also fixes many spelling mistakes and types, not all are a result of the spell checker we use.

Here's a summary of other changes:
1. Scanned the entire source code and fixes all sorts of typos and spelling mistakes (including missing or extra spaces).
2. Outdated function / variable / argument names in comments
3. Fix outdated keyspace masks error log when we check `config.notify-keyspace-events` in loadServerConfigFromString.
4. Trim the white space at the end of line in `module.c`. Check: https://github.com/redis/redis/pull/7751
5. Some outdated https link URLs.
6. Fix some outdated comment. Such as:
    - In README: about the rdb, we used to said create a `thread`, change to `process`
    - dbRandomKey function coment (about the dictGetRandomKey, change to dictGetFairRandomKey)
    - notifyKeyspaceEvent fucntion comment (add type arg)
    - Some others minor fix in comment (Most of them are incorrectly quoted by variable names)
7. Modified the error log so that users can easily distinguish between TCP and TLS in `changeBindAddr`
2021-06-10 15:39:33 +03:00
..
helpers Cluster test: helpers/onlydots.tcl: detect EOF and exit. 2014-10-08 10:17:01 +02:00
includes Fix failing cluster tests. (#8763) 2021-04-13 00:00:57 +03:00
00-base.tcl
01-faildet.tcl
02-failover.tcl Cluster test: 02 unit more reliable waiting for slave sync. 2014-06-10 15:01:52 +02:00
03-failover-loop.tcl Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00
04-resharding.tcl Add support for plaintext clients in TLS cluster (#8587) 2021-03-30 23:11:32 +03:00
05-slave-selection.tcl fix invalid 'failover' identifier in cluster slave selection test (#7942) 2020-10-25 10:05:38 +02:00
06-slave-stop-cond.tcl Cluster test: unit 06 cluster creation comment fixed. 2014-07-28 12:35:05 +02:00
07-replica-migration.tcl Cluster: more reliable migration tests. 2015-12-10 12:58:28 +01:00
08-update-msg.tcl Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00
09-pubsub.tcl Cluster test: unit 09, Pub/Sub across the cluster. 2014-09-15 18:11:45 +02:00
10-manual-failover.tcl Cluster: unit 10 modified to leave cluster in proper state. 2015-03-22 22:58:53 +01:00
11-manual-takeover.tcl Cluster: CLUSTER FAILOVER TAKEOVER tests. 2015-03-22 22:44:23 +01:00
12-replica-migration-2.tcl Add cluster-allow-replica-migration option. (#5285) 2021-04-04 09:43:24 +03:00
12.1-replica-migration-3.tcl Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00
13-no-failover-option.tcl Cluster: add test for the nofailover flag. 2018-03-14 16:30:32 +01:00
14-consistency-check.tcl Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8474) 2021-05-30 09:20:32 +03:00
15-cluster-slots.tcl Add support for plaintext clients in TLS cluster (#8587) 2021-03-30 23:11:32 +03:00
16-transactions-on-replica.tcl Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00
17-diskless-load-swapdb.tcl Fix typo on buckup to backup (#8919) 2021-06-01 22:54:30 -07:00
18-info.tcl Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00
19-cluster-nodes-slots.tcl Optimize CLUSTER SLOTS reply by reducing unneeded loops (#8541) 2021-03-11 22:40:35 -08:00
20-half-migrated-slot.tcl Revert cluster slot migration tests. (#8806) 2021-04-18 20:51:08 +03:00
21-many-slot-migration.tcl Revert cluster slot migration tests. (#8806) 2021-04-18 20:51:08 +03:00