From af5a21bdac03ad07a3b65a33371c636c32e115c2 Mon Sep 17 00:00:00 2001 From: Kostas Kyrimis Date: Thu, 6 Feb 2025 12:25:54 +0200 Subject: [PATCH] chore: pull helio epoll fix and tests (#4559) * pull helio * re-add epoll test_migration_one_after_another Signed-off-by: kostas --- helio | 2 +- tests/dragonfly/cluster_test.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/helio b/helio index a3b25eef5..b18d73963 160000 --- a/helio +++ b/helio @@ -1 +1 @@ -Subproject commit a3b25eef5f114ee2a43721e15f742cb777571f34 +Subproject commit b18d7396336020a20c234b9dfdbf86421dfa6208 diff --git a/tests/dragonfly/cluster_test.py b/tests/dragonfly/cluster_test.py index 83796c453..b6c433aeb 100644 --- a/tests/dragonfly/cluster_test.py +++ b/tests/dragonfly/cluster_test.py @@ -2718,7 +2718,6 @@ reproduce the bug found in issue #4455 """ -@pytest.mark.exclude_epoll @pytest.mark.asyncio @dfly_args({"proactor_threads": 4, "cluster_mode": "yes"}) async def test_migration_one_after_another(df_factory: DflyInstanceFactory, df_seeder_factory):