From 8e25536a0bd0717bfb0c4f7e4f15ff0954baea3a Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Tue, 24 May 2016 14:30:53 +0200 Subject: [PATCH] test: removed checking for percolator actions This api now just redirects to search api. All the special percolator logic has been replaced by a query that uses the Lucene index. (no caching of queries upon loading shards) So verifying these deprecated actions is no longer needed Original commit: elastic/x-pack-elasticsearch@da6d66fcb49d35982af84db82346c01f042a1ec1 --- .../src/test/resources/org/elasticsearch/transport/actions | 2 -- 1 file changed, 2 deletions(-) diff --git a/elasticsearch/x-pack/shield/src/test/resources/org/elasticsearch/transport/actions b/elasticsearch/x-pack/shield/src/test/resources/org/elasticsearch/transport/actions index 8ae28064a75..af461b5f43f 100644 --- a/elasticsearch/x-pack/shield/src/test/resources/org/elasticsearch/transport/actions +++ b/elasticsearch/x-pack/shield/src/test/resources/org/elasticsearch/transport/actions @@ -59,10 +59,8 @@ indices:data/read/field_stats indices:data/read/get indices:data/read/xpack/graph/explore indices:data/read/mget -indices:data/read/mpercolate indices:data/read/msearch indices:data/read/mtv -indices:data/read/percolate cluster:admin/script/get indices:data/read/scroll indices:data/read/scroll/clear