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

bijection-finagle-mysql tests are failing in develop #200

Open
MansurAshraf opened this issue Feb 24, 2015 · 0 comments
Open

bijection-finagle-mysql tests are failing in develop #200

MansurAshraf opened this issue Feb 24, 2015 · 0 comments

Comments

@MansurAshraf
Copy link
Contributor

see #197

[info] Compiling 1 Scala source to bijection/bijection-finagle-mysql/target/scala-2.10/test-classes...
[info] MySqlConversionLaws:
[info] - Byte
[info] - Short
[info] - Int
[info] - Long
[info] - Float
[info] - Double
[info] - String
[info] - Boolean *** FAILED ***
[info]   GeneratorDrivenPropertyCheckFailedException was thrown during property evaluation.
[info]    (CheckProperties.scala:12)
[info]     Falsified after 0 successful property evaluations.
[info]     Location: (CheckProperties.scala:12)
[info]     Occurred when passed generated values (
[info]       arg0 = ByteValue(127)
[info]     )
[info] - Timestamp *** FAILED ***
[info]   GeneratorDrivenPropertyCheckFailedException was thrown during property evaluation.
[info]    (CheckProperties.scala:12)
[info]     Falsified after 0 successful property evaluations.
[info]     Location: (CheckProperties.scala:12)
[info]     Occurred when passed generated values (
[info]       arg0 = 24501659-11-03 14:26:24.675
[info]     )
[info] - Empty *** FAILED ***
[info]   GeneratorDrivenPropertyCheckFailedException was thrown during property evaluation.
[info]    (CheckProperties.scala:12)
[info]     Falsified after 0 successful property evaluations.
[info]     Location: (CheckProperties.scala:12)
[info]     Occurred when passed generated values (
[info]       arg0 = EmptyValue
[info]     )
[info] - Null *** FAILED ***
[info]   GeneratorDrivenPropertyCheckFailedException was thrown during property evaluation.
[info]    (CheckProperties.scala:12)
[info]     Falsified after 0 successful property evaluations.
[info]     Location: (CheckProperties.scala:12)
[info]     Occurred when passed generated values (
[info]       arg0 = NullValue
[info]     )
[info] ScalaTest
[info] Run completed in 635 milliseconds.
[info] Total number of tests run: 11
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 7, failed 4, canceled 0, ignored 0, pending 0
[info] *** 4 TESTS FAILED ***

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

No branches or pull requests

1 participant