From 3369511e40bcc277bbabeed9e4489b2b9bbfa350 Mon Sep 17 00:00:00 2001 From: facetosea <25808407@qq.com> Date: Thu, 21 Sep 2023 15:03:21 +0800 Subject: [PATCH] rest does not support varbinary --- tests/parallel_test/cases.task | 1 - tests/system-test/runAllOne.sh | 1 - tests/system-test/win-test-file | 1 - 3 files changed, 3 deletions(-) diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index 5d2ae425ea..f9bf7deae5 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -332,7 +332,6 @@ ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -R ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -R ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -R ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py diff --git a/tests/system-test/runAllOne.sh b/tests/system-test/runAllOne.sh index 93c2ec0da9..6d4c80c388 100644 --- a/tests/system-test/runAllOne.sh +++ b/tests/system-test/runAllOne.sh @@ -211,7 +211,6 @@ python3 ./test.py -f 2-query/hyperloglog.py -P -R python3 ./test.py -f 2-query/interp.py -P python3 ./test.py -f 2-query/interp.py -P -R python3 ./test.py -f 2-query/fill.py -P -python3 ./test.py -f 2-query/fill.py -P -R python3 ./test.py -f 2-query/irate.py -P python3 ./test.py -f 2-query/irate.py -P -R python3 ./test.py -f 2-query/join.py -P diff --git a/tests/system-test/win-test-file b/tests/system-test/win-test-file index 7ae3058327..3daf65b406 100644 --- a/tests/system-test/win-test-file +++ b/tests/system-test/win-test-file @@ -272,7 +272,6 @@ python3 ./test.py -f 2-query/hyperloglog.py -R python3 ./test.py -f 2-query/interp.py python3 ./test.py -f 2-query/interp.py -R python3 ./test.py -f 2-query/fill.py -python3 ./test.py -f 2-query/fill.py -R python3 ./test.py -f 2-query/irate.py python3 ./test.py -f 2-query/irate.py -R python3 ./test.py -f 2-query/join.py