test: tune test_cluster_migration_while_seeding

This commit is contained in:
Borys 2025-05-09 09:10:05 +03:00
parent b3e0bcfb31
commit b265cc821a
No known key found for this signature in database
GPG key ID: 753496F020ABFD14

View file

@ -2198,7 +2198,7 @@ async def test_cluster_migration_while_seeding(
assert ( assert (
await get_memory(client0, "used_memory_peak_rss") await get_memory(client0, "used_memory_peak_rss")
< await get_memory(client0, "used_memory_rss") * 1.1 < await get_memory(client0, "used_memory_rss") * 1.2
) )
capture = await seeder.capture_fake_redis() capture = await seeder.capture_fake_redis()