chore: pull helio epoll fix and tests (#4559)

* pull helio
* re-add epoll test_migration_one_after_another

Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
Kostas Kyrimis 2025-02-06 12:25:54 +02:00 committed by GitHub
parent 33584b9e96
commit af5a21bdac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

2
helio

@ -1 +1 @@
Subproject commit a3b25eef5f114ee2a43721e15f742cb777571f34 Subproject commit b18d7396336020a20c234b9dfdbf86421dfa6208

View file

@ -2718,7 +2718,6 @@ reproduce the bug found in issue #4455
""" """
@pytest.mark.exclude_epoll
@pytest.mark.asyncio @pytest.mark.asyncio
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"}) @dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
async def test_migration_one_after_another(df_factory: DflyInstanceFactory, df_seeder_factory): async def test_migration_one_after_another(df_factory: DflyInstanceFactory, df_seeder_factory):