提交 bad2bb52 编写于 作者: B Benguang Zhao

enh: update test cases for show vnodes

上级 80518cf8
......@@ -239,9 +239,9 @@ TEST_F(ParserShowToUseTest, showVgroups) {
TEST_F(ParserShowToUseTest, showVnodes) {
useDb("root", "test");
run("SHOW VNODES 1");
run("SHOW VNODES ON DNODE 1");
run("SHOW VNODES 'node1:7030'");
run("SHOW VNODES");
}
TEST_F(ParserShowToUseTest, splitVgroup) {
......
......@@ -107,33 +107,37 @@ if $data30 != 12 then
return -1
endi
print =============== show vnodes
sql show vnodes 1
print =============== show vnodes on dnode 1
sql show vnodes on dnode 1
if $rows != 9 then
return -1
endi
if $data(4)[1] != 1 then
if $data10 != 1 then
return -1
endi
if $data(4)[2] != leader then
if $data11 != 5 then
return -1
endi
if $data(4)[3] != d2 then
if $data12 != d2 then
return -1
endi
if $data(4)[4] != 1 then
if $data13 != leader then
return -1
endi
if $data(4)[5] != localhost:7100 then
print $data14
print $data15
if $data16 != 1 then
return -1
endi
sql show vnodes 'localhost:7100'
print ================ show vnodes
sql show vnodes
if $rows != 9 then
return -1
endi
......
......@@ -128,7 +128,7 @@ class TDTestCase:
continue
else:
tdLog.exit(f"show create database check failed with {key} {value}")
tdSql.query('show vnodes 1')
tdSql.query('show vnodes on dnode 1')
tdSql.checkRows(self.vgroups)
tdSql.execute(f'use {self.dbname}')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册