OpenSearch/plugins/repository-s3/src
Tanguy Leroux e6777810ba
Fix S3BlobContainerRetriesTests (#62464) (#62551)
The AssertingInputStream in S3BlobContainerRetriesTests verifies 
that InputStream are either fully consumed or aborted, but the 
eof flag is only set when the underlying stream returns it.

When buffered read are executed and when the exact number 
of remaining bytes are read, the eof flag is not set to true. Instead 
the test should rely on the total number of bytes read to know if 
the stream has been fully consumed.

Close #62390
2020-09-17 17:12:34 +02:00
..
internalClusterTest/java/org/elasticsearch/repositories/s3 Add repositories metering API (#62088) 2020-09-08 14:01:04 +02:00
main Fix S3BlobContainerRetriesTests (#62464) (#62551) 2020-09-17 17:12:34 +02:00
test/java/org/elasticsearch/repositories/s3 Abort non-fully consumed S3 input stream (#62167) (#62370) 2020-09-15 14:33:37 +02:00
yamlRestTest [7.x] Convert repository-* from integTest to [yaml | java]RestTest or internalClusterTest (#60085) (#60404) 2020-07-29 11:19:44 -05:00