File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
server/src/test/java/org/elasticsearch/cluster Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments