chore: disable failing epoll tests (#4699)

Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
Kostas Kyrimis 2025-03-05 09:52:58 +02:00 committed by GitHub
parent b53de2e34e
commit ad3161b2e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -2139,6 +2139,7 @@ async def test_cluster_migration_huge_container(df_factory: DflyInstanceFactory)
@dfly_args({"proactor_threads": 2, "cluster_mode": "yes"})
@pytest.mark.parametrize("chunk_size", [1_000_000, 30])
@pytest.mark.asyncio
@pytest.mark.exclude_epoll
async def test_cluster_migration_while_seeding(
df_factory: DflyInstanceFactory, df_seeder_factory: DflySeederFactory, chunk_size
):

View file

@ -1103,6 +1103,7 @@ More details in https://github.com/dragonflydb/dragonfly/issues/1231
@pytest.mark.slow
@pytest.mark.exclude_epoll
async def test_flushall_in_full_sync(df_factory):
master = df_factory.create(proactor_threads=4)
replica = df_factory.create(proactor_threads=2)