Flaky test: NettyHttpServerConnectionDrainTest
- Dominant language
- Java
- Stars
- 1k
- Forks
- 229
- Avg merge
- 23h 23m
- Merged PRs (30d)
- 16
Description
https://github.com/apple/servicetalk/actions/runs/20862469417/job/59945346507?pr=3390
```
> Task :servicetalk-http-netty:test
NettyHttpServerConnectionDrainTest > requestIsAutoDrainedWhenUserFailsToConsumeAndResponseBodyFails() FAILED
org.opentest4j.AssertionFailedError: expected: but was:
at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at app//org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
at app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
at app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
```
Contributor guide
Research direction
Start with the linked CI run and the NettyHttpServerConnectionDrainTest failure, especially requestIsAutoDrainedWhenUserFailsToConsumeAndResponseBodyFails(). Run the :servicetalk-http-netty:test task to reproduce it; done means the test reliably passes and the reported assertion failure is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100