summaryrefslogtreecommitdiff
path: root/test/framework/src/main/java/org/elasticsearch/test/ESTestCase.java
AgeCommit message (Expand)Author
2018-05-16Rest High Level client: Add List Tasks (#29546)Van0SS
2018-05-10Security: fix TokenMetaData equals and hashcode (#30347)Jay Modi
2018-04-17Deprecate the index thread pool (#29540)Jason Tedor
2018-04-12Add a helper method to get a random java.util.TimeZone (#29487)Lee Hinman
2018-03-14Decouple XContentBuilder from BytesReference (#28972)Lee Hinman
2018-02-23[TEST] share code between streamable/writeable/xcontent base test classes (#2...Luca Cavanna
2018-02-21Pass InputStream when creating XContent parser (#28754)Lee Hinman
2018-02-15Add Cluster Put Settings API to the high level REST client (#28633)olcbean
2018-02-02Start switching to non-deprecated ParseField.match method (#28488)Lee Hinman
2018-01-05Create nio-transport plugin for NioTransport (#27949)Tim Brooks
2018-01-04Set the elasticsearch-nio codebase for tests (#28067)Tim Brooks
2017-12-31Disable nio test transport (#28028)Tim Brooks
2017-12-19Test: Change randomValueOtherThan(null, supplier) (#27901)Nik Everett
2017-12-18Make randomNonNegativeLong() draw from a uniform distribution (#27856)David Turner
2017-12-12Keep commits and translog up to the global checkpoint (#27606)Nhat Nguyen
2017-12-08Implement byte array reusage in `NioTransport` (#27696)Tim Brooks
2017-11-06Correctly encode warning headersJason Tedor
2017-11-04Remove the single argument Environment constructor (#27235)David Roberts
2017-10-25Decouple BulkProcessor from ThreadPool (#26727)Luca Cavanna
2017-10-09Return List instead of an array from settings (#26903)Simon Willnauer
2017-08-02Revert "Tests: Disable NIO transport mechanism in tests"Tim Brooks
2017-08-02Tests: Disable NIO transport mechanism in testsAlexander Reelsen
2017-08-01Use nio transport in test clusters (#25986)Tim Brooks
2017-07-28percolator: Store the QueryBuilder's Writable representation instead of its X...Martijn van Groningen
2017-07-26Support client-only mode for NioTransport (#25839)Tim Brooks
2017-06-22Enable a long translog retention policy by default (#25294)Boaz Leskes
2017-06-15move assertBusy to use CheckException (#25246)Boaz Leskes
2017-06-07Tests: Add ability to generate random new fields for xContent parsing test (#...Christoph Büscher
2017-05-25Scripting: Make contexts available to ScriptEngine construction (#24896)Ryan Ernst
2017-05-23Remove unused assertions enabled methodJason Tedor
2017-05-22Scripting: Simplify ScriptContext (#24818)Ryan Ernst
2017-05-17Scripting: Remove file scripts (#24627)Ryan Ernst
2017-05-15Remove Jython hacksJason Tedor
2017-05-11Settings: Deprecate settings in .yml and .json (#24059)Ryan Ernst
2017-05-11Compound order for histogram aggregations. (#22343)qwerty4030
2017-05-11[TEST] Use at least 1ms for FunctionScoreQueryBuilderTestsLee Hinman
2017-05-11Add qa module that tests reindex-from-remote against pre-5.0 versions of Elas...Nik Everett
2017-05-09Scripting: Deprecate file script settings (#24555)Ryan Ernst
2017-04-26Remove most usages of 1-arg Script ctor (#24325)Nik Everett
2017-04-25S3 Repository: Deprecate remaining `repositories.s3.*` settings (#24144)Ryan Ernst
2017-04-18Upgrade to a Lucene 7 snapshot (#24089)Adrien Grand
2017-04-07Settings: Migrate ec2 discovery sensitive settings to elasticsearch keystore ...Ryan Ernst
2017-04-07[TEST] fix shuffling of xContent keys (#23929)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-03-20Search took time should use a relative clockJason Tedor
2017-03-01Properly clean up thread context after testsJason Tedor
2017-02-28Add convenience method for asserting deprecationsJason Tedor
2017-02-27Correct warning header to be compliantJason Tedor
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi