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:
Shahar Mike 2024-04-19 23:04:01 +03:00 committed by GitHub
parent 9a6a9ec198
commit 322b2e7ac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)