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

Investigate property check failure #27

Open
travisbrown opened this issue Jun 28, 2019 · 1 comment
Open

Investigate property check failure #27

travisbrown opened this issue Jun 28, 2019 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@travisbrown
Copy link
Member

Don't have time to look at this failure at the moment and haven't seen it before:

[info] BsonCodecInstancesTest:
[info] - BsonCodecInstances should round-trip JSON values *** FAILED ***
[info]   TestFailedException was thrown during property evaluation.
[info]     Message: Right({
[info]     "椻⽼䵕駘㣝૦㇞渑̇獝鬭쇕ꤊ䀹煀鶷ꀡ吽᳂킷裸䢵蛨쯍鎨甎" : -669E-3853
[info]   }) did not equal Right({
[info]     "椻⽼䵕駘㣝૦㇞渑̇獝鬭쇕ꤊ䀹煀鶷ꀡ吽᳂킷裸䢵蛨쯍鎨甎" : -0.0
[info]   })
[info]     Location: (BsonCodecInstancesTest.scala:24)
[info]     Occurred when passed generated values (
[info]       arg0 = {
[info]     "椻⽼䵕駘㣝૦㇞渑̇獝鬭쇕ꤊ䀹煀鶷ꀡ吽᳂킷裸䢵蛨쯍鎨甎" : -669E-3853
[info]   } // 2 shrinks
[info]     )
@travisbrown
Copy link
Member Author

Another:

[info] BsonCodecInstancesTest:
[info] - BsonCodecInstances should round-trip JSON values *** FAILED ***
[info]   TestFailedException was thrown during property evaluation.
[info]     Message: Right([
[info]     -5858488599e-1373
[info]   ]) did not equal Right([
[info]     -0.0
[info]   ])
[info]     Location: (BsonCodecInstancesTest.scala:24)
[info]     Occurred when passed generated values (
[info]       arg0 = [
[info]     -5858488599e-1373
[info]   ] // 9 shrinks
[info]     )
[info] - BsonCodecInstances should support BSON Date values

@travisbrown travisbrown added help wanted Extra attention is needed good first issue Good for newcomers labels Dec 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant