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
@@ -354,6 +354,7 @@ public void testReadBlobWithPrematureConnectionClose() {
354
354
containsString("premature end of chunk coded message body: closing chunk expected"),
355
355
containsString("premature end of content-length delimited message body"),
356
356
containsString("connection closed prematurely"),
357
+
containsString("premature eof"),
357
358
// if we didn't call exchange.getResponseBody().flush() then we might not even have sent the response headers:
358
359
alwaysFlushBody ? never() : containsString("the target server failed to respond")
0 commit comments