|
@@ -137,7 +137,7 @@ public class NodeInfoStreamingTests extends ESTestCase {
|
|
|
new TransportAddress[]{buildNewFakeTransportAddress()}, buildNewFakeTransportAddress());
|
|
|
profileAddresses.put("test_address", dummyBoundTransportAddress);
|
|
|
TransportInfo transport = randomBoolean() ? null : new TransportInfo(dummyBoundTransportAddress, profileAddresses);
|
|
|
- HttpInfo httpInfo = randomBoolean() ? null : new HttpInfo(dummyBoundTransportAddress, randomLong());
|
|
|
+ HttpInfo httpInfo = randomBoolean() ? null : new HttpInfo(dummyBoundTransportAddress, randomNonNegativeLong());
|
|
|
|
|
|
PluginsAndModules pluginsAndModules = null;
|
|
|
if (randomBoolean()) {
|