Test: update missing body tests to run against versions >= 5.5.0

This updates the missing body tests to run against versions >= 5.5.0 after backporting the change
to the 5.x branch.

See #23497
This commit is contained in:
jaymode 2017-06-05 14:26:07 -06:00
parent b6a2b8d682
commit e98d5676b3
No known key found for this signature in database
GPG Key ID: D859847567B3493D
7 changed files with 17 additions and 17 deletions

View File

@ -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/
@ -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\]/

View File

@ -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/

View File

@ -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:
@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/