OpenSearch/test/framework/src
Armin Braun 55cc5432d6
Fix S3 Repo Tests Incomplete Reads (#50268) (#50275)
We need to read in a loop here. A single read to a huge byte array will
only read 16k max with the S3 SDK so if the blob we're trying to fully
read is larger we close early and fail the size comparison.
Also, drain streams fully when checking existence to avoid S3 SDK warnings.
2019-12-17 15:33:09 +01:00
..
main Fix S3 Repo Tests Incomplete Reads (#50268) (#50275) 2019-12-17 15:33:09 +01:00
test Disable LongGCDisruptionTests on JDK11+12 (#50097) (#50126) 2019-12-12 11:40:44 +01:00