OpenSearch/test/framework
Luca Cavanna 14ba36977e [TEST] prevent yaml tests from using raw requests (#26044)
Raw requests are supported only by the java yaml test runner and were introduced to test docs snippets. Some yaml tests ended up using them (see #23497) which causes failures for other language clients. This commit migrates those yaml tests to Java tests that send requests through the Java low-level REST client, and also moves the ability to send raw requests to a special client that's only available when testing docs snippets.

Closes #25694
2017-08-07 11:02:16 +02:00
..
src [TEST] prevent yaml tests from using raw requests (#26044) 2017-08-07 11:02:16 +02:00
build.gradle Shade external dependencies in the rest client jar 2017-07-24 12:55:43 -05:00