OpenSearch/plugins/repository-azure
Tanguy Leroux 24f6985235 Reduce allocations when draining HTTP requests bodies in repository tests (#48541)
In repository integration tests, we drain the HTTP request body before 
returning a response. Before this change this operation was done using
Streams.readFully() which uses a 8kb buffer to read the input stream, it
 now uses a 1kb for the same operation. This should reduce the allocations 
made during the tests and speed them up a bit on CI.

Co-authored-by: Armin Braun <me@obrown.io>
2019-10-29 09:15:06 +01:00
..
licenses Increase max chunk size to 256Mb for repo-azure (#32101) 2018-07-31 16:21:48 +02:00
qa Differentiate base paths in repository integration tests (#47284) (#47300) 2019-10-01 08:39:55 +02:00
src Reduce allocations when draining HTTP requests bodies in repository tests (#48541) 2019-10-29 09:15:06 +01:00
build.gradle Differentiate base paths in repository integration tests (#47284) (#47300) 2019-10-01 08:39:55 +02:00