Skip to content
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

Flaky property: decode #2956

Closed
rossabaker opened this issue Nov 5, 2019 · 4 comments · Fixed by #3115
Closed

Flaky property: decode #2956

rossabaker opened this issue Nov 5, 2019 · 4 comments · Fixed by #3115
Assignees

Comments

@rossabaker
Copy link
Member

[info] decode should
[error]   x be consistent with utf8Decode (540 ms)
[error]    Falsified after 67 passed tests.
[error]    > ARG_0: "\u0008"
[error]    > ARG_0_ORIGINAL: "魂Ⲷਬ纅ᗀ赕Ὴᔱ鑰跎㎯쾼ዦ㷭"
[error]    > ARG_1: 1
[error]    > ARG_1_ORIGINAL: 1
[error]    > '' != ' (DecodeSpec.scala:24)
@bfdes
Copy link
Contributor

bfdes commented Nov 24, 2019

I can't reproduce this one on master. Either with the original arg or the shrinked one.

@rossabaker
Copy link
Member Author

A similar one:

https://travis-ci.org/http4s/http4s/jobs/594364117#L1592-L1600

[error]   x be consistent with utf8Decode (829 ms)
[error]    Falsified after 14 passed tests.
[error]    > ARG_0: ""
[error]    > ARG_0_ORIGINAL: "펚䁿"
[error]    > ARG_1: 1
[error]    > ARG_1_ORIGINAL: 865421835
[error]    The seed is ILn6J8gn85TLhAI6j7RT2BVwVh6HIgAGvNrkACjXSKI=
[error]    
[error]    > '' != '' (DecodeSpec.scala:24)

@hamnis
Copy link
Contributor

hamnis commented Jan 2, 2020

Another one:

info] decode should
[error]   x be consistent with utf8Decode (646 ms)
[error]    Falsified after 81 passed tests.
[error]    > ARG_0: ""
[error]    > ARG_0_ORIGINAL: "䲈『⻮桊ꯆᶣ嶶卖鴙빭읂湳홌뢤낷"
[error]    > ARG_1: 1
[error]    The seed is s6KX2mZeFKDUS9bNr8pJLzffh8PYfeoCtn0xrhtVtnJ=
[error]    
[error]    > '' != '' (DecodeSpec.scala:24)

@mgibowski
Copy link
Contributor

I am working on this, I will try to send a PR this weekend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants