Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yujun777 committed May 8, 2024
1 parent 8b71e38 commit 4e5d1f3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,9 @@ class Suite implements GroovyInterceptable {
assert p.exitValue() == 0
}

List<String> getFrontendIpHttpPort() {
return sql_return_maparray("show frontends").collect { it.Host + ":" + it.HttpPort };
}

void getBackendIpHttpPort(Map<String, String> backendId_to_backendIP, Map<String, String> backendId_to_backendHttpPort) {
List<List<Object>> backends = sql("show backends");
Expand Down

0 comments on commit 4e5d1f3

Please sign in to comment.