feat:[TD-33798]modify metadata logic for tmq
This commit is contained in:
parent
4c8d6a1508
commit
b5e673f727
|
@ -470,7 +470,6 @@
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_taosx.py
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_taosx.py
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts5466.py
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts5466.py
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_td33504.py
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_td33504.py
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts-5473.py
|
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts5906.py
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts5906.py
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/td-32187.py
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/td-32187.py
|
||||||
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/td-33225.py
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/td-33225.py
|
||||||
|
|
|
@ -677,34 +677,34 @@ class TDTestCase:
|
||||||
tdSql.execute(f'drop database d1')
|
tdSql.execute(f'drop database d1')
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
# self.consume_TS_5067_Test()
|
self.consume_TS_5067_Test()
|
||||||
# self.consumeTest()
|
self.consumeTest()
|
||||||
# self.consume_ts_4544()
|
self.consume_ts_4544()
|
||||||
# self.consume_ts_4551()
|
self.consume_ts_4551()
|
||||||
# self.consume_TS_4540_Test()
|
self.consume_TS_4540_Test()
|
||||||
# self.consume_td_31283()
|
self.consume_td_31283()
|
||||||
|
|
||||||
tdSql.prepare()
|
tdSql.prepare()
|
||||||
self.checkWal1VgroupOnlyMeta()
|
self.checkWal1VgroupOnlyMeta()
|
||||||
|
|
||||||
# self.checkWal1Vgroup()
|
self.checkWal1Vgroup()
|
||||||
# self.checkSnapshot1Vgroup()
|
self.checkSnapshot1Vgroup()
|
||||||
#
|
|
||||||
# self.checkWal1VgroupTable()
|
self.checkWal1VgroupTable()
|
||||||
# self.checkSnapshot1VgroupTable()
|
self.checkSnapshot1VgroupTable()
|
||||||
#
|
|
||||||
# self.checkWalMultiVgroups()
|
self.checkWalMultiVgroups()
|
||||||
# self.checkWalMultiVgroupsRawData()
|
self.checkWalMultiVgroupsRawData()
|
||||||
# self.checkSnapshotMultiVgroups()
|
self.checkSnapshotMultiVgroups()
|
||||||
#
|
|
||||||
# self.checkWalMultiVgroupsWithDropTable()
|
self.checkWalMultiVgroupsWithDropTable()
|
||||||
#
|
|
||||||
# self.checkSnapshotMultiVgroupsWithDropTable()
|
self.checkSnapshotMultiVgroupsWithDropTable()
|
||||||
#
|
|
||||||
# self.checkSnapshot1VgroupBtmeta()
|
self.checkSnapshot1VgroupBtmeta()
|
||||||
# self.checkSnapshot1VgroupTableBtmeta()
|
self.checkSnapshot1VgroupTableBtmeta()
|
||||||
# self.checkSnapshotMultiVgroupsBtmeta()
|
self.checkSnapshotMultiVgroupsBtmeta()
|
||||||
# self.checkSnapshotMultiVgroupsWithDropTableBtmeta()
|
self.checkSnapshotMultiVgroupsWithDropTableBtmeta()
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
tdSql.close()
|
tdSql.close()
|
||||||
|
|
Loading…
Reference in New Issue