Skip to content

Commit

Permalink
Merge branch 'fix/TD-32823-3.0' into fix/TS-5234-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed Nov 26, 2024
2 parents cb4b121 + 3de80b0 commit d396c42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/taosdump/native/taosdumpTypeGeometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ def verifyResult(self, db, newdb, json):


def run(self):

# TD-33002 BLOCK this case , if fixed this bug, please open this case
return

# database
db = "geodb"
newdb = "ngeodb"
Expand Down
4 changes: 4 additions & 0 deletions tests/taosdump/native/taosdumpTypeVarbinary.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ def verifyResult(self, db, newdb, json):


def run(self):

# TD-33002 BLOCK this case , if fixed this bug, please open this case
return

# database
db = "varbin"
newdb = "nvarbin"
Expand Down

0 comments on commit d396c42

Please sign in to comment.