valkey/tests/integration
Mikhail Fesenko cbcdebe3b5 fflush stdout after responses partial backport from (#9136)
2. Make redis-cli flush stdout when printing a reply
  This was needed in order to fix a hung in redis-cli test that uses
  --replica.
   Note that printf does flush when there's a newline, but fwrite does not.

3. fix the redis-cli --replica test which used to pass previously
   because it didn't really care what it read, and because redis-cli
   used printf to print these other things to stdout.

4. improve redis-cli --replica test to run with both diskless and disk-based.

Co-authored-by: Oran Agra <oran@redislabs.com>
Co-authored-by: Viktor Söderqvist <viktor@zuiderkwast.se>
(cherry picked from commit 1eb4baa5b8)
(cherry picked from commit 8884971223)
2023-01-17 14:59:41 +02:00
..
aof-race.tcl TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
aof.tcl test infra - wait_done_loading 2020-09-10 14:09:00 +03:00
block-repl.tcl TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
convert-zipmap-hash-on-load.tcl convert-zipmap-hash-on-load false positive fixed. 2012-03-25 11:02:16 +02:00
logging.tcl Fix failed tests on Linux Alpine and add a CI job. (#8532) 2021-03-02 08:13:08 +02:00
psync2-pingoff.tcl fix pingoff test race 2020-06-06 11:44:21 +02:00
psync2-reg.tcl fix loading race in psync2 tests 2020-04-28 11:20:15 +02:00
psync2.tcl tests/valgrind: don't use debug restart (#7404) 2020-07-20 21:08:26 +03:00
rdb.tcl test infra - reduce disk space usage 2020-09-10 14:09:00 +03:00
redis-cli.tcl fflush stdout after responses partial backport from (#9136) 2023-01-17 14:59:41 +02:00
replication-2.tcl Slave removal: remove slave from integration tests descriptions. 2018-09-11 15:32:28 +02:00
replication-3.tcl add daily github actions with libc malloc and valgrind 2020-05-08 10:37:35 +02:00
replication-4.tcl add check good slaves to write when execute script (#10249) 2023-01-17 14:59:41 +02:00
replication-psync.tcl diskless replication on slave side (don't store rdb to file), plus some other related fixes 2019-07-08 15:37:48 +03:00
replication.tcl unregister AE_READABLE from the read pipe in backgroundSaveDoneHandlerSocket (#8991) 2021-07-21 21:07:02 +03:00