OpenSearch/qa
javanna a9b5c5adbe restore throws IOException clause on all performRequest sync methods
We throw IOException, which is the exception that is going to be thrown in 99% of the cases. A more generic exception can happen, and if it is a runtime one we just let it bubble up as is, otherwise we wrap it into runtime one so that we don't require to catch Exception everywhere, which seems odd.

Also adjusted javadocs for all performRequest methods
2016-07-19 15:18:05 +02:00
..
backwards-5.0 Bump version to 5.0.0-alpha5. 2016-07-05 14:34:23 +02:00
evil-tests Remove `node.mode` and `node.local` settings (#19428) 2016-07-14 13:21:10 +02:00
smoke-test-client Add a dedicated client/transport project for transport-client (#19435) 2016-07-18 15:42:24 +02:00
smoke-test-http restore throws IOException clause on all performRequest sync methods 2016-07-19 15:18:05 +02:00
smoke-test-ingest-disabled ingest: Move processors from core to ingest-common module. 2016-06-07 17:32:52 +02:00
smoke-test-ingest-with-all-dependencies Build: Simplify plugin configuration for rest tests 2016-07-15 14:34:21 -07:00
smoke-test-multinode Build: Get multi node smoke tests working 2015-11-22 14:49:05 -08:00
smoke-test-plugins Build: Simplify plugin configuration for rest tests 2016-07-15 14:34:21 -07:00
smoke-test-reindex-with-painless Removes waiting for yellow cluster health upon index (#19460) 2016-07-15 17:18:34 -04:00
vagrant Fix syntax for template tests 2016-07-13 11:34:06 -04:00