mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 09:55:45 +02:00
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:
parent
33584b9e96
commit
af5a21bdac
2 changed files with 1 additions and 2 deletions
2
helio
2
helio
|
@ -1 +1 @@
|
||||||
Subproject commit a3b25eef5f114ee2a43721e15f742cb777571f34
|
Subproject commit b18d7396336020a20c234b9dfdbf86421dfa6208
|
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue