redis/tests
Oran Agra 3e39ea0b83
tests: prevent name clash in variables leading to wrong test name (#8995)
running the "geo" unit would have shown that it completed a unit named
"north". this was because the variable `$name` was overwritten.
This commit isn't perfect, but it slightly reduces the chance for
variable name clash.

```
$ ./runtest --single unit/geo
.......
Testing unit/geo
.......
[1/1 done]: north (15 seconds)
```
2021-06-06 17:35:30 +03:00
..
assets ACL channels permission handling for save/load scenario. (#8794) 2021-04-19 13:27:44 +03:00
cluster Fix typo on buckup to backup (#8919) 2021-06-01 22:54:30 -07:00
helpers stabilize tests that involved with load handlers (#8967) 2021-05-20 15:29:43 +03:00
integration tests: add details when test fails on malformed info (#9042) 2021-06-03 20:34:54 +03:00
modules Modules: adding a module type for key space notification (#8759) 2021-04-19 21:33:26 +03:00
sentinel Solve sentinel test issue in TLS due to recent tests change. (#8728) 2021-04-01 09:44:44 +03:00
support Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8474) 2021-05-30 09:20:32 +03:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit add test for modules load/unload and config rewrite 2021-06-01 13:43:48 +03:00
instances.tcl Solve sentinel test issue in TLS due to recent tests change. (#8728) 2021-04-01 09:44:44 +03:00
test_helper.tcl tests: prevent name clash in variables leading to wrong test name (#8995) 2021-06-06 17:35:30 +03:00