juanrh / sscheck

ScalaCheck for Spark
Apache License 2.0
63 stars 9 forks source link

ScalaCheckStreamingTest fails when some example is changed to "pending" #18

Closed juanrh closed 8 years ago

juanrh commented 9 years ago

it looks like some problem stoping the StreamingContext in edge cases like this when nothing has been computed in fact. Try with a future that ensure the prop runs for at least a second, hence the streaming context has time to be initialized.

juanrh commented 8 years ago

this problem hasn't appeared since the change in the test execution mechanism since release sscheck 0.2.1-SNAPSHOT