Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scalacheck spots error in PetEndpoints #204

Open
zakpatterson opened this issue Jul 19, 2019 · 1 comment
Open

Scalacheck spots error in PetEndpoints #204

zakpatterson opened this issue Jul 19, 2019 · 1 comment

Comments

@zakpatterson
Copy link
Collaborator

See this build log: https://travis-ci.com/pauljamescleary/scala-pet-store/jobs/217639130

[info] PetEndpointsSpec:
[info] - create pet *** FAILED ***
[info]   MalformedMessageBodyFailure was thrown during property evaluation.
[info]     Message: Malformed message body: Invalid JSON
[info]     Occurred when passed generated values (
[info]       arg0 = Pet(K,,,Adopted,Set(),Set(http://.com),Some(1)),
[info]       arg1 = User(baopwsnrdqijsozn,,,,,,Some(1),Role(Admin))
[info]     )
[info] - update pet
[info] - find by tag

This build was triggered by a simple documentation edit, so we should figure out why this error occured, and why it only randomly occurred here. Perhaps scalacheck is not trying hard enough.

@zakpatterson
Copy link
Collaborator Author

This occurred again: https://travis-ci.com/pauljamescleary/scala-pet-store/jobs/228415937

[info] PetEndpointsSpec:
[info] - create pet *** FAILED ***
[info]   MalformedMessageBodyFailure was thrown during property evaluation.
[info]     Message: Malformed message body: Invalid JSON
[info]     Occurred when passed generated values (
[info]       arg0 = Pet(`,,,Adopted,Set(),Set(http://.com),None),
[info]       arg1 = User(ucctgjmbzgcxiyrh,,,,,,Some(1),Role(Admin))
[info]     )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant