Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongqiang YANG committed Dec 8, 2024
1 parent ee0d481 commit 074cff4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,11 @@ suite("test_alter_s3_vault", "nonConcurrent") {
def vaultName = suiteName
def String properties;

def vaultInfos = try_sql """show storage vault"""
def vaultInfos = try_sql """show storage vaults"""

for (int i = 0; i < vaultInfos.size(); i++) {
def name = vaultInfos[i][0]
logger.info("name is ${name}, info ${vaultInfos[i]}")
if (name.equals(vaultName)) {
properties = vaultInfos[i][2]
}
Expand Down

0 comments on commit 074cff4

Please sign in to comment.