OpenSearch/plugins/repository-gcs/src/test
Armin Braun 7914c1a734
Optimize GCS Mock (#51593) (#51594)
This test was still very GC heavy in Java 8 runs in particular
which seems to slow down request processing to the point of timeouts
in some runs.
This PR completely removes the large number of O(MB) `byte[]` allocations
that were happening in the mock http handler which cuts the allocation rate
by about a factor of 5 in my local testing for the GC heavy `testSnapshotWithLargeSegmentFiles`
run.

Closes #51446
Closes #50754
2020-01-29 11:06:05 +01:00
..
java/org/elasticsearch/repositories/gcs Optimize GCS Mock (#51593) (#51594) 2020-01-29 11:06:05 +01:00
resources/rest-api-spec/test/repository_gcs Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00