diff --git a/tests/pytest/tools/taosdemoAllTest/subSyncKeepStart.json b/tests/pytest/tools/taosdemoAllTest/subSyncKeepStart.json index d9a9d83dad4886c9d20954470ebb618822010f4b..5bc6be99f0fd899d8bf19fcf5dc395fbfc696ddb 100644 --- a/tests/pytest/tools/taosdemoAllTest/subSyncKeepStart.json +++ b/tests/pytest/tools/taosdemoAllTest/subSyncKeepStart.json @@ -11,14 +11,29 @@ { "concurrent":2, "mode":"sync", - "interval":1000, - "resubAfterConsume":10, - "restart":"no", - "keepProgress":"yes", + "interval":0, + "keepProgress":"no", + "restart":"yes", + "resubAfterConsume":1, "sqls": [ { "sql": "select * from stb00_0", "result": "./subscribe_res0.txt" }] + }, + "super_table_query": + { + "stblname": "stb0", + "threads":2, + "mode":"sync", + "interval":1000, + "keepProgress":"yes", + "restart":"no", + "resubAfterConsume":1, + "sqls": [ + { + "sql": "select * from xxxx where ts >= '2021-02-25 10:00:01.000' ", + "result": "./subscribe_res2.txt" + }] } } \ No newline at end of file diff --git a/tests/pytest/tools/taosdemoAllTest/subSyncSuperMaxsql100.json b/tests/pytest/tools/taosdemoAllTest/subSyncSuperMaxsql100.json index 26225a5955e950fe5dbe96bc9cc17639b3dfa34f..a45f45231fe9f8b4ff8f10f7c0561cf596572b96 100644 --- a/tests/pytest/tools/taosdemoAllTest/subSyncSuperMaxsql100.json +++ b/tests/pytest/tools/taosdemoAllTest/subSyncSuperMaxsql100.json @@ -13,8 +13,9 @@ "threads":4, "mode":"sync", "interval":0, - "restart":"no", - "keepProgress":"no", + "restart":"yes", + "resubAfterConsume":0, + "keepProgress":"yes", "sqls": [ { "sql": "select * from xxxx where ts >= '2021-02-25 10:00:00.000' ",