From 6ae4497c13b735b88479f5c5362aa899838121ba Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Fri, 30 Jun 2017 18:00:27 -0400 Subject: [PATCH] Adjust BWC version on bad allocation request test This commit adjusts the BWC version on the bad cluster allocation explain request test as changing the API to respond with a bad request status instead of an internal server error status was backported to 5.x to be included in 5.6.0. Relates #25503 --- .../rest-api-spec/test/cluster.allocation_explain/10_basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/cluster.allocation_explain/10_basic.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/cluster.allocation_explain/10_basic.yml index 5e1bc42ec4c..63724be1331 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/cluster.allocation_explain/10_basic.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/cluster.allocation_explain/10_basic.yml @@ -1,6 +1,6 @@ "bad cluster shard allocation explanation request": - skip: - version: " - 5.99.99" + version: " - 5.5.99" reason: response status on bad request was changed starting in 5.6.0 - do: