feat:[TD-33798]modify metadata logic for tmq

This commit is contained in:
wangmm0220 2025-02-21 19:05:18 +08:00
parent 4c8d6a1508
commit b5e673f727
2 changed files with 24 additions and 25 deletions

View File

@ -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_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_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/td-32187.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/td-33225.py

View File

@ -677,34 +677,34 @@ class TDTestCase:
tdSql.execute(f'drop database d1')
def run(self):
# self.consume_TS_5067_Test()
# self.consumeTest()
# self.consume_ts_4544()
# self.consume_ts_4551()
# self.consume_TS_4540_Test()
# self.consume_td_31283()
self.consume_TS_5067_Test()
self.consumeTest()
self.consume_ts_4544()
self.consume_ts_4551()
self.consume_TS_4540_Test()
self.consume_td_31283()
tdSql.prepare()
self.checkWal1VgroupOnlyMeta()
# self.checkWal1Vgroup()
# self.checkSnapshot1Vgroup()
#
# self.checkWal1VgroupTable()
# self.checkSnapshot1VgroupTable()
#
# self.checkWalMultiVgroups()
# self.checkWalMultiVgroupsRawData()
# self.checkSnapshotMultiVgroups()
#
# self.checkWalMultiVgroupsWithDropTable()
#
# self.checkSnapshotMultiVgroupsWithDropTable()
#
# self.checkSnapshot1VgroupBtmeta()
# self.checkSnapshot1VgroupTableBtmeta()
# self.checkSnapshotMultiVgroupsBtmeta()
# self.checkSnapshotMultiVgroupsWithDropTableBtmeta()
self.checkWal1Vgroup()
self.checkSnapshot1Vgroup()
self.checkWal1VgroupTable()
self.checkSnapshot1VgroupTable()
self.checkWalMultiVgroups()
self.checkWalMultiVgroupsRawData()
self.checkSnapshotMultiVgroups()
self.checkWalMultiVgroupsWithDropTable()
self.checkSnapshotMultiVgroupsWithDropTable()
self.checkSnapshot1VgroupBtmeta()
self.checkSnapshot1VgroupTableBtmeta()
self.checkSnapshotMultiVgroupsBtmeta()
self.checkSnapshotMultiVgroupsWithDropTableBtmeta()
def stop(self):
tdSql.close()