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_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

View File

@ -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()