redict/tests/support
Oran Agra 4e2e5be201
Attempt to fix sporadic test failures due to wait_for_log_messages (#7955)
The tests sometimes fail to find a log message.
Recently i added a print that shows the log files that are searched
and it shows that the message was in deed there.
The only reason i can't think of for this seach to fail, is we we
happened to read an incomplete line, which didn't match our pattern and
then on the next iteration we would continue reading from the line after
it.

The fix is to always re-evaluation the previous line.
2020-10-26 11:55:24 +02:00
..
benchmark.tcl redis-benchmark: add tests, --version, a minor bug fixes (#7947) 2020-10-26 08:04:59 +02:00
cli.tcl Tests: fix redis-cli with remote hosts. (#7693) 2020-08-23 10:17:43 +03:00
cluster.tcl Implement SMISMEMBER key member [member ...] (#7615) 2020-08-11 11:55:06 +03:00
redis.tcl TLS: Configuration options. 2019-10-07 21:07:27 +03:00
server.tcl Fix tests failure on busybox systems. (#7916) 2020-10-18 14:50:29 +03:00
test.tcl Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-09-10 13:43:38 +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 Attempt to fix sporadic test failures due to wait_for_log_messages (#7955) 2020-10-26 11:55:24 +02:00