1
0
Fork 0
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:
adiholden 2024-10-01 15:03:12 +03:00 committed by GitHub
parent 2ab480e160
commit fa288c19b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):