From 3747a60354927117c9db76410584d5ec48b1c0d4 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Wed, 11 Oct 2023 09:13:29 +0800 Subject: [PATCH] test: update test case. --- tests/system-test/8-stream/partition_interval.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/system-test/8-stream/partition_interval.py b/tests/system-test/8-stream/partition_interval.py index 0424932bf8..3692408de0 100644 --- a/tests/system-test/8-stream/partition_interval.py +++ b/tests/system-test/8-stream/partition_interval.py @@ -35,6 +35,9 @@ class TDTestCase: # create stb/ctb/tb stream self.tdCom.create_stream(stream_name=f'{self.stb_name}{self.tdCom.stream_suffix}', des_table=self.stb_stream_des_table, source_sql=source_sql, ignore_expired=ignore_expired) + + time.sleep(1) + # insert data count = 1 step_count = 1