mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix(test): Unflake fuzzy cluster migration test (#2927)
* WIP WIP WIP: Test if fuzzy migration test is still flaky * tune down * rm ci changes
This commit is contained in:
parent
9a6a9ec198
commit
322b2e7ac1
1 changed files with 1 additions and 2 deletions
|
@ -1173,7 +1173,6 @@ def generate_config(nodes):
|
|||
]
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Failing on github regression action")
|
||||
@pytest.mark.parametrize(
|
||||
"node_count, segments, keys",
|
||||
[
|
||||
|
@ -1286,7 +1285,7 @@ async def test_cluster_fuzzymigration(
|
|||
break
|
||||
|
||||
iterations += 1
|
||||
assert iterations < 100
|
||||
assert iterations < 500
|
||||
|
||||
await asyncio.sleep(0.1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue