未验证 提交 8f38f009 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

[TD-11811]<fix>: dump tags to avro file too. (#9123)

上级 58c8a4f7
Subproject commit 0b4a16e96b5cc9cb6e4f8cacf6a1f3028c91adb0
Subproject commit 7eae58a0fbf7c7321dd1bdc96e375d4c832cf373
......@@ -69,7 +69,7 @@ class TDTestCase:
os.system("rm /tmp/*.sql")
os.system(
"%staosdump --databases db -o /tmp -B 32766 -L 1048576" %
"%staosdump --databases db -o /tmp -B 16384 -L 1048576" %
binPath)
tdSql.execute("drop database db")
......
......@@ -137,7 +137,6 @@ class TDTestCase:
# verify ns
os.system("%staosdump -o ./taosdumptest/tmp6 dp3 st0_0" % binPath)
assert os.system("%staosdump -o ./taosdumptest/tmp6 dp3 st0_0 -C ns " % binPath) != 0
# verify -D:--database
os.system("%staosdump -o ./taosdumptest/tmp5 --databases dp1,dp2 " % binPath)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册