We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab974d commit 97059adCopy full SHA for 97059ad
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java
@@ -1941,8 +1941,8 @@ public RpcStatusProto getRpcStatusProto() {
1941
String connectionInfo = conns[0].toString();
1942
LOG.info("Connection is from: {}", connectionInfo);
1943
assertEquals(
1944
- "Connection string representation should include only IP address for healthy connection",
1945
- 1, connectionInfo.split(" / ").length);
+ "Connection string representation should include only IP address for healthy "
+ + "connection", 1, connectionInfo.split(" / ").length);
1946
// verify whether the connection should have been reused.
1947
if (isDisconnected) {
1948
assertNotSame(reqName, lastConn, conns[0]);
0 commit comments