From 072733d3f7db4ef67f22a937d250107643ee7aa2 Mon Sep 17 00:00:00 2001 From: Yihao Deng Date: Tue, 23 Apr 2024 07:36:38 +0000 Subject: [PATCH] Add new error codes for compress parameter and compress level --- tests/parallel_test/cases.task | 4 ++-- tests/system-test/win-test-file | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index 716622f727..f47c348d03 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -128,8 +128,8 @@ ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb0.py -N 3 -n 3 ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/ins_topics_test.py ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqMaxTopic.py -#,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqParamsTest.py -#,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqParamsTest.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqParamsTest.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqParamsTest.py -R ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqClientConsLog.py ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqMaxGroupIds.py ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsumeDiscontinuousData.py diff --git a/tests/system-test/win-test-file b/tests/system-test/win-test-file index f10619bf02..96f9452827 100644 --- a/tests/system-test/win-test-file +++ b/tests/system-test/win-test-file @@ -61,8 +61,8 @@ python3 ./test.py -f 7-tmq/subscribeStb3.py python3 ./test.py -f 7-tmq/subscribeDb0.py -N 3 -n 3 python3 ./test.py -f 7-tmq/ins_topics_test.py python3 ./test.py -f 7-tmq/tmqMaxTopic.py -#python3 ./test.py -f 7-tmq/tmqParamsTest.py -#python3 ./test.py -f 7-tmq/tmqParamsTest.py -R +python3 ./test.py -f 7-tmq/tmqParamsTest.py +python3 ./test.py -f 7-tmq/tmqParamsTest.py -R python3 ./test.py -f 7-tmq/tmqClientConsLog.py python3 ./test.py -f 7-tmq/tmqMaxGroupIds.py python3 ./test.py -f 7-tmq/tmqConsumeDiscontinuousData.py