redict/tests/sentinel/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 Fix errors with sentinel leaked fds test. (#8482) 2021-02-11 15:25:01 +02:00
includes Fix errors with sentinel leaked fds test. (#8482) 2021-02-11 15:25:01 +02:00
00-base.tcl Solve sentinel test issue in TLS due to recent tests change. (#8728) 2021-04-01 09:44:44 +03:00
01-conf-update.tcl Solve sentinel test issue in TLS due to recent tests change. (#8728) 2021-04-01 09:44:44 +03:00
02-slaves-reconf.tcl Solve sentinel test issue in TLS due to recent tests change. (#8728) 2021-04-01 09:44:44 +03:00
03-runtime-reconf.tcl Sentinel test files / directories layout improved. 2014-04-24 11:08:22 +02:00
04-slave-selection.tcl Sentinel test files / directories layout improved. 2014-04-24 11:08:22 +02:00
05-manual.tcl Solve sentinel test issue in TLS due to recent tests change. (#8728) 2021-04-01 09:44:44 +03:00
06-ckquorum.tcl Recalculate hardcoded variables from $::instances_count in sentinel tests (#7561) 2020-09-13 18:39:59 +03:00
07-down-conditions.tcl Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00
08-hostname-conf.tcl fix sentinel tests error (#8422) 2021-01-30 11:18:58 +02:00
09-acl-support.tcl Add hostname support in Sentinel. (#8282) 2021-01-28 12:09:11 +02:00
10-replica-priority.tcl Add replica-announced config option (#8653) 2021-03-30 23:40:22 +03:00