summaryrefslogtreecommitdiff
path: root/core/src/test
AgeCommit message (Expand)Author
2017-06-22Enable a long translog retention policy by default (#25294)Boaz Leskes
2017-06-22Remove `index.mapping.single_type=false` from core/tests (#25331)Simon Willnauer
2017-06-22Live primary-replica resync (no rollback) (#24841)Yannick Welsch
2017-06-22Upgrade to lucene-7.0.0-snapshot-ad2cb77. (#25349)Adrien Grand
2017-06-21Initialize sequence numbers on a shrunken indexJason Tedor
2017-06-21Port most snapshot/restore static bwc tests to qa:full-cluster-restart (#25296)Nik Everett
2017-06-21Add backward compatibility indices for 5.4.2Tanguy Leroux
2017-06-21IndexMetaData: Add internal format index setting (#25292)Alexander Reelsen
2017-06-21Fix settings serialization to not serialize secure settings or not take the t...Simon Willnauer
2017-06-20Initialize primary term for shrunk indicesJason Tedor
2017-06-20Tests: Refactor NodeTests settings (#25309)Guillaume Le Floch
2017-06-20Parse synonyms with the same analysis chain (#8049)Jun Ohtani
2017-06-19Simplify IndexShard indexing and deletion methods (#25249)Yannick Welsch
2017-06-19Initialise empty lists in BaseTaskResponse constructor (#25290)David Kyle
2017-06-19Remove (deprecated) support for '+' in index expressions (#25274)Luca Cavanna
2017-06-19[Test] Extend parsing checks for DocWriteResponses (#25257)Tanguy Leroux
2017-06-19test: Port the remaining old indices search tests to full cluster restart qa ...Martijn van Groningen
2017-06-18enable debug logging for testMasterFailoverDuringIndexingWithMappingChangesBoaz Leskes
2017-06-18Fix failing delete index testJason Tedor
2017-06-18Add AwaitsFix on IndicesRequestIT due to #25284Christoph Büscher
2017-06-17[Tests] Check that parsing aggregations works in a forward compatible way (#2...Christoph Büscher
2017-06-16Adds AwaitsFix on snapshot test failing due to #25281Ali Beyad
2017-06-16Move TransportStats accounting into TcpTransport (#25251)Simon Willnauer
2017-06-16Delete index API to work only against concrete indices (#25268)Luca Cavanna
2017-06-16Introduce translog size and age based retention policies (#25147)Boaz Leskes
2017-06-15Add unit test for PathHierarchyTokenizerFactory (#24984)Christoph Büscher
2017-06-15Deprecate tribe serviceGuillaume Le Floch
2017-06-15Moved more token filters to analysis-common module.Martijn van Groningen
2017-06-15[Test] Make sure that SearchAfterSortedDocQueryTests uses a single threaded s...Jim Ferenczi
2017-06-15Test fix - removed superfluous assertion (#25247)markharwood
2017-06-15test: Ported more OldIndexBackwardsCompatibilityIT tests to full cluster rest...Martijn van Groningen
2017-06-15Allow reader wrappers to have different live docs but the same cache key.Adrien Grand
2017-06-15move assertBusy to use CheckException (#25246)Boaz Leskes
2017-06-15Use SPI in High Level Rest Client to load XContent parsers (#25098)Tanguy Leroux
2017-06-15Speed up PK lookups at index time. (#19856)Adrien Grand
2017-06-15Upgrade to lucene-7.0.0-snapshot-92b1783. (#25222)Adrien Grand
2017-06-14Scripting: Rename SearchScript.needsScores to needs_score (#25235)Ryan Ernst
2017-06-14Refactor TransportShardBulkAction.executeUpdateRequest and add testsLee Hinman
2017-06-14Make sure range queries are correctly profiled. (#25108)Adrien Grand
2017-06-13Add Cross Cluster Search support for scroll searches (#25094)Simon Willnauer
2017-06-13Rollover max docs should only count primaries (#24977)Sergey Galkin
2017-06-13Add remote cluster infrastructure to fetch discovery nodes. (#25123)Simon Willnauer
2017-06-13Ensure pending transport handlers are invoked for all channel failures (#25150)Simon Willnauer
2017-06-12Aggregations bug: Significant_text fails on arrays of text. (#25030)markharwood
2017-06-12Speed up sorted scroll when the index sort matches the search sort (#25138)Jim Ferenczi
2017-06-12TranslogTests.testWithRandomException ignored a possible simulated OOM when t...Boaz Leskes
2017-06-11Adapt TranslogTests.testWithRandomException to checkpoint syncing on trimBoaz Leskes
2017-06-11TranslogTests#commit didn't allow for a concurrent closing of a viewBoaz Leskes
2017-06-09await fix testWithRandomExceptionBoaz Leskes
2017-06-09Return the index name on a create index responseSergey Novikov