Skip to content

Commit

Permalink
Modify skips for get missing alises tests
Browse files Browse the repository at this point in the history
Previous work modified the status code on the get aliases API when an
alias is missing so that these requests 404 now. This change was also
backported to 5.5 so we can adjust the skips to skip everything before
5.5.0.
  • Loading branch information
jasontedor committed Jun 6, 2017
1 parent e03c493 commit 5a0b159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
"Basic test for delete alias":
- skip:
version: " - 5.99.99"
version: " - 5.4.99"
reason: Previous versions did not 404 on missing aliases

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ setup:
---
"Non-existent alias on an existing index returns 404":
- skip:
version: " - 5.99.99"
version: " - 5.4.99"
reason: Previous versions did not 404 on missing aliases

- do:
Expand All @@ -182,7 +182,7 @@ setup:
---
"Existent and non-existent alias returns 404 and the existing alias":
- skip:
version: " - 5.99.99"
version: " - 5.4.99"
reason: Previous versions did not 404 on missing aliases

- do:
Expand All @@ -198,7 +198,7 @@ setup:
---
"Existent and non-existent aliases returns 404 and the existing alias":
- skip:
version: " - 5.99.99"
version: " - 5.4.99"
reason: Previous versions did not 404 on missing aliases

- do:
Expand Down

0 comments on commit 5a0b159

Please sign in to comment.