Skip to content

Commit 0514724

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 27438d6 commit 0514724

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

server/src/test/java/org/elasticsearch/cluster/NodeConnectionsServiceTests.java

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,11 @@ public void testDisconnectionHistory() {
296296
Level.WARN,
297297
"reopened transport connection to node ["
298298
+ gracefulClose.descriptionWithoutAttributes()
299-
+ "] which disconnected gracefully [" + reconnectIntervalSeconds + "s/" + reconnectIntervalMillis + "ms] ago "
299+
+ "] which disconnected gracefully ["
300+
+ reconnectIntervalSeconds
301+
+ "s/"
302+
+ reconnectIntervalMillis
303+
+ "ms] ago "
300304
+ "but did not restart, so the disconnection is unexpected; "
301305
+ "see [https://www.elastic.co/docs/*] for troubleshooting guidance"
302306
)
@@ -308,7 +312,11 @@ public void testDisconnectionHistory() {
308312
Level.WARN,
309313
"reopened transport connection to node ["
310314
+ exceptionalClose.descriptionWithoutAttributes()
311-
+ "] which disconnected exceptionally [" + reconnectIntervalSeconds + "s/" + reconnectIntervalMillis + "ms] ago "
315+
+ "] which disconnected exceptionally ["
316+
+ reconnectIntervalSeconds
317+
+ "s/"
318+
+ reconnectIntervalMillis
319+
+ "ms] ago "
312320
+ "but did not restart, so the disconnection is unexpected; "
313321
+ "see [https://www.elastic.co/docs/*] for troubleshooting guidance"
314322
)

0 commit comments

Comments
 (0)