From 7c12fa0eb63249071a1127a8a05cc7dc9bf72fe8 Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Tue, 19 Jul 2016 10:59:23 +0200 Subject: [PATCH] Removed basic sanity test as it caused problems for the clients Original commit: elastic/x-pack-elasticsearch@1bd7c82708c715ac558dda77794c044477be19e4 --- .../test/current_user_processor/10_basic.yaml | 10 ---------- .../10_small_users_one_index.yaml} | 0 2 files changed, 10 deletions(-) delete mode 100644 elasticsearch/x-pack/security/src/test/resources/rest-api-spec/test/current_user_processor/10_basic.yaml rename elasticsearch/x-pack/security/src/test/resources/rest-api-spec/test/{current_user_processor/20_small_users_one_index.yaml => set_security_user/10_small_users_one_index.yaml} (100%) diff --git a/elasticsearch/x-pack/security/src/test/resources/rest-api-spec/test/current_user_processor/10_basic.yaml b/elasticsearch/x-pack/security/src/test/resources/rest-api-spec/test/current_user_processor/10_basic.yaml deleted file mode 100644 index 22c46fa08d5..00000000000 --- a/elasticsearch/x-pack/security/src/test/resources/rest-api-spec/test/current_user_processor/10_basic.yaml +++ /dev/null @@ -1,10 +0,0 @@ -"Ingest plugin installed": - - do: - cluster.state: {} - - - set: {master_node: master} - - - do: - nodes.info: {} - - - match: { nodes.$master.ingest.processors.0.type: set_security_user } diff --git a/elasticsearch/x-pack/security/src/test/resources/rest-api-spec/test/current_user_processor/20_small_users_one_index.yaml b/elasticsearch/x-pack/security/src/test/resources/rest-api-spec/test/set_security_user/10_small_users_one_index.yaml similarity index 100% rename from elasticsearch/x-pack/security/src/test/resources/rest-api-spec/test/current_user_processor/20_small_users_one_index.yaml rename to elasticsearch/x-pack/security/src/test/resources/rest-api-spec/test/set_security_user/10_small_users_one_index.yaml