diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index e43758ba50..3719fb50be 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -152,6 +152,9 @@ pulsar: extraConfigFiles: user.yaml: |+ - dataNode: - memory: - forceSyncEnable: false \ No newline at end of file + dataCoord: + compaction: + indexBasedCompaction: false + indexCoord: + scheduler: + interval: 100 \ No newline at end of file diff --git a/tests/python_client/chaos/nats-standalone-values.yaml b/tests/python_client/chaos/nats-standalone-values.yaml index 55979cb371..7ad51027ed 100644 --- a/tests/python_client/chaos/nats-standalone-values.yaml +++ b/tests/python_client/chaos/nats-standalone-values.yaml @@ -38,4 +38,10 @@ pulsar: extraConfigFiles: user.yaml: |+ mq: - type: natsmq \ No newline at end of file + type: natsmq + dataCoord: + compaction: + indexBasedCompaction: false + indexCoord: + scheduler: + interval: 100 \ No newline at end of file diff --git a/tests/python_client/chaos/standalone-values.yaml b/tests/python_client/chaos/standalone-values.yaml index 52e3f26144..8c4e47b303 100644 --- a/tests/python_client/chaos/standalone-values.yaml +++ b/tests/python_client/chaos/standalone-values.yaml @@ -37,6 +37,9 @@ pulsar: extraConfigFiles: user.yaml: |+ - dataNode: - memory: - forceSyncEnable: false \ No newline at end of file + dataCoord: + compaction: + indexBasedCompaction: false + indexCoord: + scheduler: + interval: 100 \ No newline at end of file diff --git a/tests/python_client/deploy/cluster-values.yaml b/tests/python_client/deploy/cluster-values.yaml index dd05c412ed..5cf01f78e8 100644 --- a/tests/python_client/deploy/cluster-values.yaml +++ b/tests/python_client/deploy/cluster-values.yaml @@ -127,8 +127,11 @@ pulsar: backlogQuotaDefaultLimitGB: "8" backlogQuotaDefaultRetentionPolicy: producer_exception -# extraConfigFiles: -# user.yaml: |+ -# dataNode: -# memory: -# forceSyncEnable: false \ No newline at end of file +extraConfigFiles: + user.yaml: |+ + dataCoord: + compaction: + indexBasedCompaction: false + indexCoord: + scheduler: + interval: 100 \ No newline at end of file diff --git a/tests/python_client/deploy/standalone-values.yaml b/tests/python_client/deploy/standalone-values.yaml index 34c2075e52..a4641fa774 100644 --- a/tests/python_client/deploy/standalone-values.yaml +++ b/tests/python_client/deploy/standalone-values.yaml @@ -34,8 +34,11 @@ minio: pulsar: enabled: false -# extraConfigFiles: -# user.yaml: |+ -# dataNode: -# memory: -# forceSyncEnable: false \ No newline at end of file +extraConfigFiles: + user.yaml: |+ + dataCoord: + compaction: + indexBasedCompaction: false + indexCoord: + scheduler: + interval: 100 \ No newline at end of file