Upgrade scalacheck-effect to 1.0.3 - #2661
Conversation
|
This seems to have locked up the CI. |
|
Based on running locally, it appears that |
| } | ||
|
|
||
| test("inflate input") { | ||
| test("inflate input".ignore) { // TODO: This test hangs after upgrading to latest scalacheck-effect release, which fixed generators to increase sizes |
There was a problem hiding this comment.
@armanbilge I haven't looked in to why yet but this test hangs (and doesn't even timeout) when run against the new scalacheck-effect. The only difference should be that the string parameter grows to be more than 1 character long now.
There was a problem hiding this comment.
Just on JS I assume? I remember having some problems if the inputs got too big but that doesn't seem to be the case here. I'll look into it.
There was a problem hiding this comment.
Yep, only hangs on JS - passed on JVM.
There was a problem hiding this comment.
Wait I misread that. I saw this PR to scalacheck-effect. So actually the inputs were only 1-character long all along?
No description provided.