OpenSearch/qa
Luca Cavanna 6d987a9b69 Remove support for empty queries (#22092)
Our query DSL supports empty queries (`{}`), which have a different meaning depending on the query that holds it, either ignored, match_all or match_none. We deprecated the support for empty queries in 5.0, where we log a deprecation warning wherever they are used.

The way we supported it once we moved query parsing to the coordinating node was having an Optional<QueryBuilder> return type in all of our parse methods (called fromXContent). See #17624. The central place for this was QueryParseContext#parseInnerQueryBuilder. We can now remove all the optional return types and simply throw an exception whenever an empty query is found.
2016-12-12 12:37:12 +01:00
..
backwards-5.0 Restore proper bwcVersion in qa/backwards gradle build file 2016-12-10 21:11:05 +01:00
evil-tests Remove groovy scripting language (#21607) 2016-11-22 19:24:12 -08:00
no-bootstrap-tests Fix Windows test failure (#21647) 2016-11-18 09:51:42 +00:00
rolling-upgrade test: use the correct number of bwc nodes for old cluster 2016-11-22 14:56:34 -05:00
smoke-test-client Remove `modules/transport_netty_3` in favor of `netty_4` (#21590) 2016-11-17 12:44:42 +01:00
smoke-test-http Remove support for empty queries (#22092) 2016-12-12 12:37:12 +01:00
smoke-test-ingest-disabled Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
smoke-test-ingest-with-all-dependencies Remove 2.x backward compatibility of mappings. (#21670) 2016-11-30 13:34:46 +01:00
smoke-test-multinode Increase suite timeout for multi-node smoke tests 2016-11-28 15:18:58 +01:00
smoke-test-plugins Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
smoke-test-reindex-with-painless Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
smoke-test-tribe-node Remove explicit task paths in tribe node test 2016-11-14 13:52:57 -05:00
vagrant Bump version to 5.1.2 2016-12-08 16:40:39 -05:00