OpenSearch/modules/percolator
Christoph Büscher 36360358b2 Move query builder caching check to dedicated tests (#43238)
Currently `AbstractQueryTestCase#testToQuery` checks the search context cachable
flag. This is a bit fragile due to the high randomization of query builders
performed by this general test. Also we might only rarely check the
"interesting" cases because they rarely get generated when fully randomizing the
query builder.

This change moved the general checks out ot #testToQuery and instead adds
dedicated cache tests for those query builders that exhibit something other than
the default behaviour.

Closes #43200
2019-06-27 14:56:29 +02:00
..
src Move query builder caching check to dedicated tests (#43238) 2019-06-27 14:56:29 +02:00
build.gradle Remove -Xlint exclusions in the percolator module. (#40372) 2019-03-26 07:55:02 +01:00