mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
test: tune test_cluster_migration_while_seeding (#5088)
This commit is contained in:
parent
705d61e793
commit
fe495cde3f
1 changed files with 1 additions and 1 deletions
|
@ -2199,7 +2199,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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue