From d8f05e8ea86559286a245ccb4b9ab6dbeaf2fcab Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 19 May 2022 15:29:44 +0800 Subject: [PATCH] add inser data --- tests/system-test/0-others/user_control.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tests/system-test/0-others/user_control.py b/tests/system-test/0-others/user_control.py index e7c143b92c..06bbb91ceb 100644 --- a/tests/system-test/0-others/user_control.py +++ b/tests/system-test/0-others/user_control.py @@ -8,11 +8,24 @@ from util.sql import * from util.cases import * from util.dnodes import * - PRIVILEGES_ALL = "ALL" PRIVILEGES_READ = "READ" PRIVILEGES_WRITE = "WRITE" +PRIMARY_COL = "ts" + +INT_COL = "c1" +BINT_COL = "c2" +SINT_COL = "c3" +TINT_COL = "c4" +FLOAT_COL = "c5" +DOUBLE_COL = "c6" +BOOL_COL = "c7" + +BINARY_COL = "c8" +NCHAR_COL = "c9" +TS_COL = "c10" + class TDconnect: def __init__(self, host = None,