From 9289f7de8bdde5f9eb3fdfe46775e1597276ed87 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Tue, 28 Mar 2023 13:58:40 +0800 Subject: [PATCH] test: add retentsion for topic --- tests/system-test/0-others/udfpy_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/0-others/udfpy_main.py b/tests/system-test/0-others/udfpy_main.py index 2dd97ea2c5..23fbfd1e09 100644 --- a/tests/system-test/0-others/udfpy_main.py +++ b/tests/system-test/0-others/udfpy_main.py @@ -105,7 +105,7 @@ class TDTestCase: # create stable and child tables def create_table(self, stbname, tbname, count): - tdSql.prepare() + tdSql.execute("create database db wal_retention_period 4") tdSql.execute('use db') self.child_count = count self.stbname = stbname -- GitLab