sscheck icon indicating copy to clipboard operation
sscheck copied to clipboard

ScalaCheck for Spark

Results 27 sscheck issues
Sort by recently updated
recently updated
newest added

This would improve performance and code safety as it enforces static checking of what it is exactly serialized See https://github.com/heathermiller/spores and start with https://github.com/juanrh/sscheck/blob/master/src/main/scala/es/ucm/fdi/sscheck/prop/tl/DStreamTLProperty.scala that is the most critical code....

enhancement

Ideally we should support several versions, like spark-testing-base

enhancement

Currently we use `org.scalacheck.Prop.Undecided` for the value ? of the logic. Specs2 interprets that as a failing test, and you cannot use `org.specs2.matcher.ResultMatchers` to mark a property as expecting undecided...

enhancement

We have a foreachRDD that checks the actions for each parallel test case. Instead of a for we could use a map to Future to execute the assertions in parallel...

enhancement

Currently only functional expectations work as expected, see https://etorreborre.github.io/specs2/guide/SPECS2-3.6.2/org.specs2.guide.Structure.html#unit-specification Anyway functional expectations are recommended in ScalaCheck, while -thrown expectations are discouraged https://groups.google.com/forum/#!topic/scalacheck/Ped7joQLhnY

enhancement

According to `Formula.safeWordLength`, off by default

enhancement

http://www.scalactic.org/user_guide/Requirements

enhancement

automate in travis scaladoc generation and upload to juanrh.github.io polish scaladoc comments

enhancement