mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
test: more stabe test_bgsave_and_save (#3843)
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
2ab480e160
commit
fa288c19b2
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ async def test_infomemory_while_snapshoting(df_factory, format: str):
|
|||
|
||||
@dfly_args({**BASIC_ARGS, "dbfilename": "test-bgsave"})
|
||||
async def test_bgsave_and_save(async_client: aioredis.Redis):
|
||||
await async_client.execute_command("DEBUG POPULATE 20000")
|
||||
await async_client.execute_command("DEBUG POPULATE 200000")
|
||||
|
||||
await async_client.execute_command("BGSAVE")
|
||||
with pytest.raises(redis.exceptions.ResponseError):
|
||||
|
|
Loading…
Reference in a new issue