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
Fix missing flush in testReadBlobWithPrematureConnectionClose (#114094)
* Fix missing flush in `testReadBlobWithPrematureConnectionClose`
It seems that JDK23 yields a different error message if the connection
is closed before even sending headers. This commit relaxes the assertion
to match, and also tightens it up to check that we report a premature
end of the body if we _do_ send headers.
Backport of #113609 to `7.x`
Closes#114016
* Fix license header
Copy file name to clipboardExpand all lines: test/framework/src/main/java/org/elasticsearch/repositories/blobstore/AbstractBlobContainerRetriesTestCase.java
0 commit comments