redict/tests/support
Oran Agra 109b5ccdcd
Fix failing tests due to issues with wait_for_log_message (#7572)
- the test now waits for specific set of log messages rather than wait for
  timeout looking for just one message.
- we don't wanna sample the current length of the log after an action, due
  to a race, we need to start the search from the line number of the last
  message we where waiting for.
- when attempting to trigger a full sync, use multi-exec to avoid a race
  where the replica manages to re-connect before we completed the set of
  actions that should force a full sync.
- fix verify_log_message which was broken and unused
2020-07-28 11:15:29 +03:00
..
cli.tcl TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
cluster.tcl Handle keys with hash tag when computing hash slot using tcl cluster client. 2020-05-11 13:14:18 +08:00
redis.tcl TLS: Configuration options. 2019-10-07 21:07:27 +03:00
server.tcl testsuite may leave servers alive on error (#7549) 2020-07-21 16:56:19 +03:00
test.tcl runtest --stop pause stops before terminating the redis server (#7513) 2020-07-13 16:09:08 +03:00
tmpfile.tcl Initial implementation of a client-server parallel testing system for Redis in order to speedup execution of the test suite. 2011-07-10 23:25:48 +02:00
util.tcl Fix failing tests due to issues with wait_for_log_message (#7572) 2020-07-28 11:15:29 +03:00