From 00953afd780ab7f66fa95c01fc7810c461a37065 Mon Sep 17 00:00:00 2001 From: kailixu Date: Fri, 26 Apr 2024 15:12:11 +0800 Subject: [PATCH] enh: batch create table --- tests/system-test/0-others/test_hot_refresh_configurations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/0-others/test_hot_refresh_configurations.py b/tests/system-test/0-others/test_hot_refresh_configurations.py index 759d6074f5..3972ecb56b 100644 --- a/tests/system-test/0-others/test_hot_refresh_configurations.py +++ b/tests/system-test/0-others/test_hot_refresh_configurations.py @@ -100,7 +100,7 @@ class TDTestCase: "name": "timeseriesInterval", "alias": "tsTimeSeriesInterval", "values": [1, 10, 100], - "except_values": [-2, 2001] + "except_values": [-1, 0, 101] }, { "name": "minDiskFreeSize",