saintstack commented on a change in pull request #1291: HBASE-23993 Use
loopback for zk standalone server in minizkcluster
URL: https://github.com/apache/hbase/pull/1291#discussion_r392710902
##########
File path: hbase-shell/src/test/ruby/hbase/replication_admin_test.rb
##########
@@ -575,7 +575,7 @@ def assert_tablecfs_equal(table_cfs, table_cfs_map)
end
define_test "set_peer_bandwidth: works with peer bandwidth upper limit" do
- cluster_key = "localhost:2181:/hbase-test"
+ cluster_key = MiniZookeeperCluster::HOST + ":2181:/hbase-test"
Review comment:
s/MiniZookeeperCluster::HOST/MiniZooKeeperCluster::HOST/
... the 'k' capitialization. Joy!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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