OpenSearch/test/fixtures/gcs-fixture
Armin Braun 3be70f64d8
Fix GCS Mock Http Handler JDK Bug (#51933) (#51941)
There is an open JDK bug that is causing an assertion in the JDK's
http server to trip if we don't drain the request body before sending response headers.
See https://bugs.openjdk.java.net/browse/JDK-8180754
Working around this issue here by always draining the request at the beginning of the handler.

Fixes #51446
2020-02-05 15:37:06 +01:00
..
src/main/java/fixture/gcs Fix GCS Mock Http Handler JDK Bug (#51933) (#51941) 2020-02-05 15:37:06 +01:00
Dockerfile Add docker-composed based test fixture for GCS (#48902) 2019-11-07 13:27:22 -05:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
docker-compose.yml Add docker-composed based test fixture for GCS (#48902) 2019-11-07 13:27:22 -05:00