From 85aeefce763c2589f4684b45e3fe58e51c156603 Mon Sep 17 00:00:00 2001 From: kostas Date: Wed, 27 Nov 2024 16:22:58 +0200 Subject: [PATCH] test --- tests/dragonfly/cluster_test.py | 2 +- tests/dragonfly/instance.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/dragonfly/cluster_test.py b/tests/dragonfly/cluster_test.py index d3454d8ab229..49b8a30e38df 100644 --- a/tests/dragonfly/cluster_test.py +++ b/tests/dragonfly/cluster_test.py @@ -1825,7 +1825,7 @@ async def node1size0(): assert str(i) == await nodes[1].client.get(f"{{key50}}:{i}") -@dfly_args({"proactor_threads": 2, "cluster_mode": "yes"}) +@dfly_args({"serialization_max_chunk_size": 1, "proactor_threads": 2, "cluster_mode": "yes"}) @pytest.mark.asyncio async def test_cluster_migration_huge_container(df_factory: DflyInstanceFactory): instances = [ diff --git a/tests/dragonfly/instance.py b/tests/dragonfly/instance.py index 18a0bc8324c5..8e67c1c953ce 100644 --- a/tests/dragonfly/instance.py +++ b/tests/dragonfly/instance.py @@ -419,6 +419,7 @@ def create(self, existing_port=None, path=None, version=100, **kwargs) -> DflyIn vmod = "dragonfly_connection=1,accept_server=1,listener_interface=1,main_service=1,rdb_save=1,replica=1,cluster_family=1,proactor_pool=1,dflycmd=1" args.setdefault("vmodule", vmod) args.setdefault("jsonpathv2") + args.setdefault("compression_mode", "0") # If path is not set, we assume that we are running the latest dragonfly. if not path: