valkey/tests/integration
Binbin 4aacffa32d
Stabilize dual replication test to avoid getting LOADING error (#1288)
When doing `$replica replicaof no one`, we may get a LOADING
error, this is because during the test execution, the replica
may reconnect very quickly, and the full sync is initiated,
and the replica has entered the LOADING state.

In this commit, we make sure the primary is pasued after the
fork, so the replica won't enter the LOADING state, and with
this fix, this test seems more natural and predictable.

Signed-off-by: Binbin <binloveplay1314@qq.com>
2024-11-11 21:42:34 +08:00
..
aof-multi-part.tcl Fix aof base suffix when modifying aof-use-rdb-preamble during rewrite (#886) 2024-09-07 23:27:59 +08:00
aof-race.tcl Replace "redis" with "valkey" test code (#287) 2024-04-18 15:57:17 +02:00
aof.tcl Fix module / script call CLUSTER SLOTS / SHARDS fake client check crash (#1063) 2024-09-25 14:50:48 +08:00
block-repl.tcl Attempt to solve MacOS CI issues in GH Actions (#12013) 2023-04-12 09:19:21 +03:00
convert-ziplist-hash-on-load.tcl
convert-ziplist-zset-on-load.tcl
convert-zipmap-hash-on-load.tcl
corrupt-dump-fuzzer.tcl rename procedure redis_deferring_client to valkey_deferring_client (#270) 2024-04-09 10:38:09 -04:00
corrupt-dump.tcl Fix 'load corrupted rdb with no CRC' test (#12629) 2023-10-03 11:09:25 +03:00
dismiss-mem.tcl rename procedure redis_deferring_client to valkey_deferring_client (#270) 2024-04-09 10:38:09 -04:00
dual-channel-replication.tcl Stabilize dual replication test to avoid getting LOADING error (#1288) 2024-11-11 21:42:34 +08:00
failover.tcl Fix replica online timing issue in failover test (#1044) 2024-09-23 17:35:02 +08:00
logging.tcl Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
psync2-master-restart.tcl Dual channel replication (#60) 2024-07-17 13:59:33 -07:00
psync2-pingoff.tcl Deflake chained replicas disconnect (#574) 2024-06-02 20:53:39 -07:00
psync2-reg.tcl Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
psync2.tcl Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
rdb.tcl Introduce bgsave cancel (#757) 2024-10-21 11:56:44 +02:00
replica-redirect.tcl standalone -REDIRECT handles special case of MULTI context (#895) 2024-08-30 10:17:53 +08:00
replication-2.tcl Attempt to solve MacOS CI issues in GH Actions (#12013) 2023-04-12 09:19:21 +03:00
replication-3.tcl
replication-4.tcl More rebranding (#606) 2024-06-07 01:40:55 +02:00
replication-buffer.tcl Dual Channel Replication - Verify Replica Local Buffer Limit Configuration (#989) 2024-09-10 17:26:28 -07:00
replication-psync.tcl Dual channel replication (#60) 2024-07-17 13:59:33 -07:00
replication.tcl Add flush-before-load option for repl-diskless-load (#909) 2024-10-09 13:11:53 +02:00
shutdown.tcl Set repl-backlog-size from 1mb to 10mb by default (#911) 2024-08-21 11:59:02 -04:00
valkey-benchmark.tcl Replace masteruser and masterauth with primaryuser and primaryauth (#598) 2024-06-07 00:46:52 -07:00
valkey-cli.tcl Async IO threads (#758) 2024-07-08 20:01:39 -07:00