File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2061,7 +2061,7 @@ async def test_saving_replica(df_factory):
2061
2061
c_master = master .client ()
2062
2062
c_replica = replica .client ()
2063
2063
2064
- await c_master .execute_command ("DEBUG POPULATE 10000 key 4048 RAND" )
2064
+ await c_master .execute_command ("DEBUG POPULATE 100000 key 4048 RAND" )
2065
2065
await c_replica .execute_command (f"REPLICAOF localhost { master .port } " )
2066
2066
await wait_available_async (c_replica )
2067
2067
@@ -2093,7 +2093,7 @@ async def test_start_replicating_while_save(df_factory):
2093
2093
c_master = master .client ()
2094
2094
c_replica = replica .client ()
2095
2095
2096
- await c_replica .execute_command ("DEBUG POPULATE 10000 key 4096 RAND" )
2096
+ await c_replica .execute_command ("DEBUG POPULATE 100000 key 4096 RAND" )
2097
2097
2098
2098
async def save_replica ():
2099
2099
await c_replica .execute_command ("save" )
You can’t perform that action at this time.
0 commit comments