-
Notifications
You must be signed in to change notification settings - Fork 406
Hang while running test suite for scalatestplus-scalacheck
(possible regression)
#909
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
Comments
Thanks for the report. To ease reproduction the mentioned snapshot is actually published. |
AurelienRichez
added a commit
to AurelienRichez/scalacheck
that referenced
this issue
Jul 28, 2022
I've been meaning to do a release, but we'll hold for this fix. Thanks for catching it! |
AurelienRichez
added a commit
to AurelienRichez/scalacheck
that referenced
this issue
Jul 28, 2022
AurelienRichez
added a commit
to AurelienRichez/scalacheck
that referenced
this issue
Jul 28, 2022
rossabaker
added a commit
that referenced
this issue
Aug 2, 2022
fix wrong match in shrinker (fixes #909)
I haven't tested with scalatestplus-scalacheck, but it should be fixed in 1.17-8689ae7-SNAPSHOT. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the test suite for scalatestplus-scalacheck appears to hang indefinitely (while shrinking?) when built against the latest commit on the scalacheck main branch (7749c38).
The same test suite passes within about 5 seconds if built against the previous merge commit (dc93d79), so it seems related to #838.
This issue was noticed while updating projects in the Scala 3 community build (scala/scala3#15728 (comment)) however it is also reproducible on Scala 2.13.
Reproduction Steps
publishLocal
scalacheck @ 7749c38build.sbt
of scalatestplus-scalacheck to use the locally published scalacheck:sbt scalatestPlusScalaCheckJVM/test
The text was updated successfully, but these errors were encountered: