From 8abf4c3119339711cfa09a97835d1077860239c4 Mon Sep 17 00:00:00 2001 From: Igor Motov Date: Wed, 14 Jun 2017 19:01:14 -0400 Subject: [PATCH] Tests: Remove QUERY_AND_FETCH BWC actions from the list of known handlers Relates to elastic/elasticsearch#25223 Original commit: elastic/x-pack-elasticsearch@2da097d1eab44d54d027359f91eb1cf9dcaf0054 --- plugin/src/test/resources/org/elasticsearch/transport/handlers | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/src/test/resources/org/elasticsearch/transport/handlers b/plugin/src/test/resources/org/elasticsearch/transport/handlers index a70d857fb1f..655e6377fbe 100644 --- a/plugin/src/test/resources/org/elasticsearch/transport/handlers +++ b/plugin/src/test/resources/org/elasticsearch/transport/handlers @@ -58,7 +58,6 @@ indices:data/read/search[phase/dfs] indices:data/read/search[phase/fetch/id/scroll] indices:data/read/search[phase/fetch/id] indices:data/read/search[phase/query+fetch/scroll] -indices:data/read/search[phase/query+fetch] indices:data/read/search[phase/query/id] indices:data/read/search[phase/query/scroll] indices:data/read/search[phase/query] @@ -69,7 +68,6 @@ internal:transport/proxy/indices:data/read/search[phase/dfs] internal:transport/proxy/indices:data/read/search[phase/fetch/id/scroll] internal:transport/proxy/indices:data/read/search[phase/fetch/id] internal:transport/proxy/indices:data/read/search[phase/query+fetch/scroll] -internal:transport/proxy/indices:data/read/search[phase/query+fetch] internal:transport/proxy/indices:data/read/search[phase/query/id] internal:transport/proxy/indices:data/read/search[phase/query/scroll] internal:transport/proxy/indices:data/read/search[phase/query]