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

PipeTest.sourceBlocksOnSlowWriter/sinkBlocksOnSlowReader is flaky #1518

Open
JakeWharton opened this issue Sep 12, 2024 · 1 comment
Open

Comments

@JakeWharton
Copy link
Member

 okio.PipeTest[jvm] > sourceBlocksOnSlowWriter[jvm] FAILED
    java.lang.AssertionError: expected:<4000.0> but was:<4265.846875000047>
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:555)
        at org.junit.Assert.assertEquals(Assert.java:685)
        at okio.PipeTest.assertElapsed(PipeTest.kt:356)
        at okio.PipeTest.sourceBlocksOnSlowWriter(PipeTest.kt:343)
@JakeWharton
Copy link
Member Author

 okio.PipeTest[jvm] > sinkBlocksOnSlowReader[jvm] FAILED
    java.lang.AssertionError: expected:<3000.0> but was:<3484.8014589999802>
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:555)
        at org.junit.Assert.assertEquals(Assert.java:685)
        at okio.PipeTest.assertElapsed(PipeTest.kt:356)
        at okio.PipeTest.sinkBlocksOnSlowReader(PipeTest.kt:171)

@JakeWharton JakeWharton changed the title PipeTest.sourceBlocksOnSlowWriter is flaky PipeTest.sourceBlocksOnSlowWriter/sinkBlocksOnSlowReader is flaky Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant