mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
test: tune test_cluster_migration_while_seeding
This commit is contained in:
parent
b3e0bcfb31
commit
b265cc821a
1 changed files with 1 additions and 1 deletions
|
@ -2198,7 +2198,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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue