sijie commented on a change in pull request #2078: Enhance Pulsar cluster with
container logs
URL: https://github.com/apache/incubator-pulsar/pull/2078#discussion_r199937874
##########
File path:
tests/integration-tests-topologies/src/main/java/org/apache/pulsar/tests/topologies/PulsarCluster.java
##########
@@ -260,6 +312,12 @@ public ExecResult
runAdminCommandOnAnyBroker(String...commands) throws Exception
return container.execCmd(cmds);
}
+ public ExecResult createTenanantName(String tenantName, String
clusterName, String roleName) throws Exception {
Review comment:
this method is not used by any tests. better to introduce it when using it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services