mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore: disable failing epoll tests (#4699)
Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
parent
b53de2e34e
commit
ad3161b2e7
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
):
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue