summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/ElasticsearchExceptionTests.java
AgeCommit message (Expand)Author
2017-05-03Preserve cluster alias throughout search execution to lookup nodes by cluster...Simon Willnauer
2017-04-26Cross Cluster Search: propagate original indices per cluster (#24328)Luca Cavanna
2017-04-05[TEST] make sure that fromXContent doesn't rely on keys ordering (#23901)Luca Cavanna
2017-04-04Rename random ASCII helper methodsJason Tedor
2017-02-15Add parsing methods to BulkItemResponse (#22859)Tanguy Leroux
2017-02-02Parse elasticsearch exception's root causes (#22924)Tanguy Leroux
2017-02-01Add parsing method to BytesRestResponse's error (#22873)Tanguy Leroux
2017-01-27Add parsing method for ElasticsearchException.generateFailureXContent() (#22815)Tanguy Leroux
2017-01-26[TEST] Fix ElasticsearchExceptionTestsTanguy Leroux
2017-01-26Add parsing method for ElasticsearchException.generateThrowableXContent() (#2...Tanguy Leroux
2017-01-24Stop returning "es." internal exception headers as http response headers (#22...Luca Cavanna
2017-01-17Simplify ElasticsearchException rendering as a XContent (#22611)Tanguy Leroux
2016-12-20Introduce XContentParser#namedObject (#22003)Nik Everett
2016-12-14Add parsing method for ElasticsearchException (#22143)Tanguy Leroux
2015-08-03Tests: Rename base tests cases to use "TestCase" suffixRyan Ernst
2015-07-16Fix serialization of IndexFormatTooNewException and IndexFormatTooOldExceptionIgor Motov
2015-07-14[TEST] Don't rely on iteration oder in testsSimon Willnauer
2015-07-14Generify Index and Shard exceptionsSimon Willnauer
2015-07-03Don't special-case on ElasticsearchWrapperException in toXContentSimon Willnauer
2015-07-03Promote headers to first class citizens on exceptionsSimon Willnauer
2015-06-30Serialize AlreadyClosedException first before it's superclassSimon Willnauer
2015-06-30Carry on stacktrace and suppressed exceptions if exception is not serializableSimon Willnauer
2015-06-30add more essential exceptionsSimon Willnauer
2015-06-30Ban java serializationSimon Willnauer
2015-06-05create core moduleSimon Willnauer