Skip to content

Commit

Permalink
Test: update missing body tests to run against versions >= 5.5.0
Browse files Browse the repository at this point in the history
This updates the missing body tests to run against versions >= 5.5.0 after backporting the change
to the 5.x branch.

See #23497
  • Loading branch information
jaymode committed Jun 5, 2017
1 parent b6a2b8d commit e98d567
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"missing body":

- skip:
version: " - 5.99.99"
reason: NPE caused by missing body fixed in 6.0.0
version: " - 5.4.99"
reason: NPE caused by missing body fixed in 5.5.0

- do:
catch: /request body is required/
Expand All @@ -76,8 +76,8 @@
"empty action":

- skip:
version: " - 5.99.99"
reason: confusing exception messaged caused by empty object fixed in 6.0.0
version: " - 5.4.99"
reason: confusing exception messaged caused by empty object fixed in 5.5.0

- do:
catch: /Malformed action\/metadata line \[3\], expected FIELD_NAME but found \[END_OBJECT\]/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"missing body":

- skip:
version: " - 5.99.99"
reason: NPE caused by missing body fixed in 6.0.0
version: " - 5.4.99"
reason: NPE caused by missing body fixed in 5.5.0

- do:
catch: /request body is required/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

# this can't be bumped to 5.0.2 until snapshots are published
- skip:
version: " - 5.99.99"
version: " - 5.0.3"
reason: Fetching default group setting was buggy until 5.0.3

- do:
Expand All @@ -79,8 +79,8 @@
"missing body":

- skip:
version: " - 5.99.99"
reason: NPE caused by missing body fixed in 6.0.0
version: " - 5.4.99"
reason: NPE caused by missing body fixed in 5.5.0

- do:
catch: /request body is required/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"missing body":

- skip:
version: " - 5.99.99"
reason: NPE caused by missing body fixed in 6.0.0
version: " - 5.4.99"
reason: NPE caused by missing body fixed in 5.5.0

- do:
catch: /request body is required/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"missing body":

- skip:
version: " - 5.99.99"
reason: NPE caused by missing body fixed in 6.0.0
version: " - 5.4.99"
reason: NPE caused by missing body fixed in 5.5.0

- do:
catch: /request body is required/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@
"missing body":

- skip:
version: " - 5.99.99"
reason: NPE caused by missing body fixed in 6.0.0
version: " - 5.4.99"
reason: NPE caused by missing body fixed in 5.5.0

- do:
catch: /request body is required/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ setup:
"missing body":

- skip:
version: " - 5.99.99"
reason: NPE caused by missing body fixed in 6.0.0
version: " - 5.4.99"
reason: NPE caused by missing body fixed in 5.5.0

- do:
catch: /request body or source parameter is required/
Expand Down

0 comments on commit e98d567

Please sign in to comment.