mirror of
https://github.com/apache/activemq.git
synced 2025-02-20 00:47:07 +00:00
The the hostname on the replicated leveldb store test so that the test works better on machines with weird DNS settings.
This commit is contained in:
parent
0b66abcbfb
commit
b720b264e3
@ -224,6 +224,7 @@ public class ElectingLevelDBStoreTest {
|
|||||||
store.setZkAddress("localhost:" + connector.getLocalPort());
|
store.setZkAddress("localhost:" + connector.getLocalPort());
|
||||||
store.setZkPath("/broker-stores");
|
store.setZkPath("/broker-stores");
|
||||||
store.setBrokerName("foo");
|
store.setBrokerName("foo");
|
||||||
|
store.setHostname("localhost");
|
||||||
store.setBind("tcp://0.0.0.0:0");
|
store.setBind("tcp://0.0.0.0:0");
|
||||||
return store;
|
return store;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user