test: tune test_cluster_migration_while_seeding (#5088)

This commit is contained in:
Borys 2025-05-09 10:07:04 +03:00 committed by GitHub
parent 705d61e793
commit fe495cde3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2199,7 +2199,7 @@ async def test_cluster_migration_while_seeding(
assert (
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()