Skip to content

Commit

Permalink
test: more stabe test_bgsave_and_save (#3843)
Browse files Browse the repository at this point in the history
Signed-off-by: adi_holden <adi@dragonflydb.io>
  • Loading branch information
adiholden authored Oct 1, 2024
1 parent 2ab480e commit fa288c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dragonfly/snapshot_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ async def info_in_loop():

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

0 comments on commit fa288c1

Please sign in to comment.