Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Sep 19, 2024
1 parent 9a7974a commit 196f986
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,10 @@ class Suite implements GroovyInterceptable {
}
}

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

List<String> getFrontendIpEditlogPort() {
return sql_return_maparray("show frontends").collect { it.Host + ":" + it.EditLogPort };
}
Expand Down

0 comments on commit 196f986

Please sign in to comment.