diff --git a/tests/script/jenkins/basic.txt b/tests/script/jenkins/basic.txt index 7ab2c644ee..2c7170d40b 100644 --- a/tests/script/jenkins/basic.txt +++ b/tests/script/jenkins/basic.txt @@ -103,7 +103,34 @@ ./test.sh -f tsim/show/basic.sim # ---- table +# ./test.sh -f tsim/table/autocreate.sim ./test.sh -f tsim/table/basic1.sim +# ./test.sh -f tsim/table/basic2.sim +# ./test.sh -f tsim/table/basic3.sim +# ./test.sh -f tsim/table/bigint.sim +# ./test.sh -f tsim/table/binary.sim +# ./test.sh -f tsim/table/bool.sim +# ./test.sh -f tsim/table/column_name.sim +# ./test.sh -f tsim/table/column_num.sim +# ./test.sh -f tsim/table/column_value.sim +# ./test.sh -f tsim/table/column2.sim +# ./test.sh -f tsim/table/createmulti.sim +# ./test.sh -f tsim/table/date.sim +# ./test.sh -f tsim/table/db.table.sim +# ./test.sh -f tsim/table/delete_reuse1.sim +# ./test.sh -f tsim/table/delete_reuse2.sim +# ./test.sh -f tsim/table/delete_writing.sim +# ./test.sh -f tsim/table/describe.sim +# ./test.sh -f tsim/table/double.sim +# ./test.sh -f tsim/table/fill.sim +# ./test.sh -f tsim/table/float.sim +# ./test.sh -f tsim/table/int.sim +# ./test.sh -f tsim/table/limit.sim +# ./test.sh -f tsim/table/smallint.sim +# ./test.sh -f tsim/table/table_len.sim +# ./test.sh -f tsim/table/table.sim +# ./test.sh -f tsim/table/tinyint.sim +# ./test.sh -f tsim/table/vgroup.sim # ---- stream ./test.sh -f tsim/stream/basic0.sim diff --git a/tests/script/general/table/autocreate.sim b/tests/script/tsim/table/autocreate.sim similarity index 100% rename from tests/script/general/table/autocreate.sim rename to tests/script/tsim/table/autocreate.sim diff --git a/tests/script/general/table/back_insert.sim b/tests/script/tsim/table/back_insert.sim similarity index 100% rename from tests/script/general/table/back_insert.sim rename to tests/script/tsim/table/back_insert.sim diff --git a/tests/script/general/table/basic2.sim b/tests/script/tsim/table/basic2.sim similarity index 100% rename from tests/script/general/table/basic2.sim rename to tests/script/tsim/table/basic2.sim diff --git a/tests/script/general/table/basic3.sim b/tests/script/tsim/table/basic3.sim similarity index 100% rename from tests/script/general/table/basic3.sim rename to tests/script/tsim/table/basic3.sim diff --git a/tests/script/general/table/bigint.sim b/tests/script/tsim/table/bigint.sim similarity index 100% rename from tests/script/general/table/bigint.sim rename to tests/script/tsim/table/bigint.sim diff --git a/tests/script/general/table/binary.sim b/tests/script/tsim/table/binary.sim similarity index 100% rename from tests/script/general/table/binary.sim rename to tests/script/tsim/table/binary.sim diff --git a/tests/script/general/table/bool.sim b/tests/script/tsim/table/bool.sim similarity index 100% rename from tests/script/general/table/bool.sim rename to tests/script/tsim/table/bool.sim diff --git a/tests/script/general/table/column2.sim b/tests/script/tsim/table/column2.sim similarity index 100% rename from tests/script/general/table/column2.sim rename to tests/script/tsim/table/column2.sim diff --git a/tests/script/general/table/column_name.sim b/tests/script/tsim/table/column_name.sim similarity index 100% rename from tests/script/general/table/column_name.sim rename to tests/script/tsim/table/column_name.sim diff --git a/tests/script/general/table/column_num.sim b/tests/script/tsim/table/column_num.sim similarity index 100% rename from tests/script/general/table/column_num.sim rename to tests/script/tsim/table/column_num.sim diff --git a/tests/script/general/table/column_value.sim b/tests/script/tsim/table/column_value.sim similarity index 100% rename from tests/script/general/table/column_value.sim rename to tests/script/tsim/table/column_value.sim diff --git a/tests/script/general/table/createmulti.sim b/tests/script/tsim/table/createmulti.sim similarity index 100% rename from tests/script/general/table/createmulti.sim rename to tests/script/tsim/table/createmulti.sim diff --git a/tests/script/general/table/date.sim b/tests/script/tsim/table/date.sim similarity index 100% rename from tests/script/general/table/date.sim rename to tests/script/tsim/table/date.sim diff --git a/tests/script/general/table/db.table.sim b/tests/script/tsim/table/db.table.sim similarity index 100% rename from tests/script/general/table/db.table.sim rename to tests/script/tsim/table/db.table.sim diff --git a/tests/script/general/table/delete_reuse1.sim b/tests/script/tsim/table/delete_reuse1.sim similarity index 100% rename from tests/script/general/table/delete_reuse1.sim rename to tests/script/tsim/table/delete_reuse1.sim diff --git a/tests/script/general/table/delete_reuse2.sim b/tests/script/tsim/table/delete_reuse2.sim similarity index 100% rename from tests/script/general/table/delete_reuse2.sim rename to tests/script/tsim/table/delete_reuse2.sim diff --git a/tests/script/general/table/delete_writing.sim b/tests/script/tsim/table/delete_writing.sim similarity index 100% rename from tests/script/general/table/delete_writing.sim rename to tests/script/tsim/table/delete_writing.sim diff --git a/tests/script/general/table/describe.sim b/tests/script/tsim/table/describe.sim similarity index 100% rename from tests/script/general/table/describe.sim rename to tests/script/tsim/table/describe.sim diff --git a/tests/script/general/table/double.sim b/tests/script/tsim/table/double.sim similarity index 100% rename from tests/script/general/table/double.sim rename to tests/script/tsim/table/double.sim diff --git a/tests/script/general/table/float.sim b/tests/script/tsim/table/float.sim similarity index 100% rename from tests/script/general/table/float.sim rename to tests/script/tsim/table/float.sim diff --git a/tests/script/general/table/int.sim b/tests/script/tsim/table/int.sim similarity index 100% rename from tests/script/general/table/int.sim rename to tests/script/tsim/table/int.sim diff --git a/tests/script/general/table/limit.sim b/tests/script/tsim/table/limit.sim similarity index 100% rename from tests/script/general/table/limit.sim rename to tests/script/tsim/table/limit.sim diff --git a/tests/script/general/table/smallint.sim b/tests/script/tsim/table/smallint.sim similarity index 100% rename from tests/script/general/table/smallint.sim rename to tests/script/tsim/table/smallint.sim diff --git a/tests/script/general/table/table.sim b/tests/script/tsim/table/table.sim similarity index 100% rename from tests/script/general/table/table.sim rename to tests/script/tsim/table/table.sim diff --git a/tests/script/general/table/table_len.sim b/tests/script/tsim/table/table_len.sim similarity index 100% rename from tests/script/general/table/table_len.sim rename to tests/script/tsim/table/table_len.sim diff --git a/tests/script/general/table/testSuite.sim b/tests/script/tsim/table/testSuite.sim similarity index 100% rename from tests/script/general/table/testSuite.sim rename to tests/script/tsim/table/testSuite.sim diff --git a/tests/script/general/table/tinyint.sim b/tests/script/tsim/table/tinyint.sim similarity index 100% rename from tests/script/general/table/tinyint.sim rename to tests/script/tsim/table/tinyint.sim diff --git a/tests/script/general/table/vgroup.sim b/tests/script/tsim/table/vgroup.sim similarity index 100% rename from tests/script/general/table/vgroup.sim rename to tests/script/tsim/table/vgroup.sim