You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/framework/src/main/java/org/elasticsearch/repositories/blobstore/AbstractBlobContainerRetriesTestCase.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -356,6 +356,7 @@ public void testReadBlobWithPrematureConnectionClose() {
356
356
containsString("premature end of chunk coded message body: closing chunk expected"),
357
357
containsString("premature end of content-length delimited message body"),
358
358
containsString("connection closed prematurely"),
359
+
containsString("premature eof"),
359
360
// if we didn't call exchange.getResponseBody().flush() then we might not even have sent the response headers:
360
361
alwaysFlushBody ? never() : containsString("the target server failed to respond")
0 commit comments