You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 9.6.6
$ cabal v2-run clash-protocols:unittests -- --pattern '$NF ~ /prop packet fifo id/' --hedgehog-replay '196:bEhPz8BB6hZ3bb12Hz10BB2h3S12hIdA2bGPgv Seed 6375259335271169919 17161120250667971335'
[...]
Tests
Protocols
PacketStream
Tests.Protocols.PacketStream.PacketFifo
prop packet fifo id: FAIL (0.09s)
✗ prop_packet fifo id failed at src/Protocols/Hedgehog.hs:248:59
after 196 tests and 70 shrinks.
[...]
I expect it's because of the massive amounts of stalls.
That it just doesn't get around to sending data and times out.
Could you make an issue with this text (and critically the seed). I can take a look later
The text was updated successfully, but these errors were encountered:
Use "--pattern '$NF ~ /prop packet fifo id/' --hedgehog-replay '392:fHeHkWy11Hq8Sh2Z7bb7H2s12HiCa2CZcrCQ3cxCQcsCQdkCReaCQ3geCS37 Seed 2132738277759105175 4731842780066325247'" to reproduce from the command-line.
[edit]
It actually keeps happening, it's not a rare occurence at all... I'll add one more, but I'll stop reporting every new occurence now.
Use "--pattern '$NF ~ /prop packet fifo id/' --hedgehog-replay '394:hDhZ13jBB3bd12J2q3S3jY13jMa3BctDKctCVdiCTemCVgh Seed 9792381140106345749 13621255186710998925'" to reproduce from the command-line.
Full output
Rowan wrote:
The text was updated successfully, but these errors were encountered: