From 853b661789588eb304d918edba939cb9e4f1cbc4 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Wed, 18 Sep 2013 15:28:51 +0200 Subject: [PATCH] Removed the regression tests for aliases - missing index etc should be caught by the client before it hits ES --- .../20_regression_3364.yaml | 21 ------------------- .../indices.put_alias/20_regression_3364.yaml | 21 ------------------- 2 files changed, 42 deletions(-) delete mode 100644 rest-api-spec/test/indices.delete_alias/20_regression_3364.yaml delete mode 100644 rest-api-spec/test/indices.put_alias/20_regression_3364.yaml diff --git a/rest-api-spec/test/indices.delete_alias/20_regression_3364.yaml b/rest-api-spec/test/indices.delete_alias/20_regression_3364.yaml deleted file mode 100644 index 6f5c55b9315..00000000000 --- a/rest-api-spec/test/indices.delete_alias/20_regression_3364.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -"Regression tests for #3363 and #3364": - - skip: - version: "0 - 0.90.2" - reason: "Issues only fixed after 0.90.2" - - - do: - catch: request - indices.delete_alias: {} - - - do: - catch: request - indices.delete_alias: - index: test - - - do: - catch: request - indices.delete_alias: - name: test - - diff --git a/rest-api-spec/test/indices.put_alias/20_regression_3364.yaml b/rest-api-spec/test/indices.put_alias/20_regression_3364.yaml deleted file mode 100644 index 8047a133aff..00000000000 --- a/rest-api-spec/test/indices.put_alias/20_regression_3364.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -"Regression tests for #3363 and #3364": - - skip: - version: "0 - 0.90.2" - reason: "Issues only fixed after 0.90.2" - - - do: - catch: request - indices.put_alias: {} - - - do: - catch: request - indices.put_alias: - index: test - - - do: - catch: request - indices.put_alias: - name: test - -