redis/tests/integration
Ozan Tezcan 366c6aff81
CI / test-ubuntu-latest (push) Waiting to run Details
CI / test-sanitizer-address (push) Waiting to run Details
CI / build-debian-old (push) Waiting to run Details
CI / build-macos-latest (push) Waiting to run Details
CI / build-32bit (push) Waiting to run Details
CI / build-libc-malloc (push) Waiting to run Details
CI / build-centos-jemalloc (push) Waiting to run Details
CI / build-old-chain-jemalloc (push) Waiting to run Details
Codecov / code-coverage (push) Waiting to run Details
External Server Tests / test-external-standalone (push) Waiting to run Details
External Server Tests / test-external-cluster (push) Waiting to run Details
External Server Tests / test-external-nodebug (push) Waiting to run Details
Spellcheck / Spellcheck (push) Waiting to run Details
Put replica online when bgsave is done (#13895)
Before https://github.com/redis/redis/pull/13732, replicas were brought
online immediately after master wrote the last bytes of the RDB file to
the socket. This behavior remains unchanged if rdbchannel replication is
not used. However, with rdbchannel replication, the replica is brought
online after receiving the first ack which is sent by replica after rdb
is loaded.

To align the behavior, reverting this change to put replica online once
bgsave is done.

Additonal changes:
- INFO field `mem_total_replication_buffers` will also contain
`server.repl_full_sync_buffer.mem_used` which shows accumulated
replication stream during rdbchannel replication on replica side.
- Deleted debug level logging from some replication tests. These tests
generate thousands of keys and it may cause per key logging on some
cases.
2025-03-31 13:48:49 +03:00
..
aof-multi-part.tcl AOF offset info (#13773) 2025-02-13 17:31:40 +08:00
aof-race.tcl
aof.tcl
block-repl.tcl
convert-ziplist-hash-on-load.tcl
convert-ziplist-zset-on-load.tcl
convert-zipmap-hash-on-load.tcl
corrupt-dump-fuzzer.tcl
corrupt-dump.tcl
dismiss-mem.tcl Stabilize tcl test cases (#13829) 2025-02-25 16:31:53 +08:00
failover.tcl
logging.tcl
psync2-master-restart.tcl
psync2-pingoff.tcl
psync2-reg.tcl
psync2.tcl
rdb.tcl
redis-benchmark.tcl
redis-cli.tcl
replication-2.tcl
replication-3.tcl
replication-4.tcl
replication-buffer.tcl Rdb channel replication (#13732) 2025-01-13 15:09:52 +03:00
replication-psync.tcl Rdb channel replication (#13732) 2025-01-13 15:09:52 +03:00
replication-rdbchannel.tcl Put replica online when bgsave is done (#13895) 2025-03-31 13:48:49 +03:00
replication.tcl Fix use-after-free when diskless load config is not swapdb (#13887) 2025-03-26 21:50:10 +03:00
shutdown.tcl