-
Notifications
You must be signed in to change notification settings - Fork 183
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 H2PriorKnowledgeFeatureParityTest.serverGracefulClose #2378
Comments
https://github.com/apple/servicetalk/actions/runs/3147726613/jobs/5117605614
|
https://github.com/apple/servicetalk/runs/8648726776
|
https://github.com/apple/servicetalk/runs/8974087179
|
https://github.com/apple/servicetalk/pull/2416/checks?check_run_id=9401315527
|
https://github.com/apple/servicetalk/pull/2424/checks?check_run_id=9505593566
|
https://github.com/apple/servicetalk/pull/2442/checks?check_run_id=9677302588
|
…tor disable offloading Motivation: H2PriorKnowledgeFeatureParityTest.serverGracefulClose installs a ConnectionAcceptor which intercepts messages through the netty pipeline. However the filter is offloaded by default and may miss events. Modifications: - Override `requiredOffloads` when creating the `ConnectionAcceptorFactory` to disable offloading. Fixes: apple#2378
I'm not 100% sure that #2444 resolves this issue as I'm not able to reproduce locally but seems likely given the symptoms. If not lets re-open or open a new issue. |
Unfortunately, #2375 didn't fix the issue. Saw a new test failure:
https://github.com/apple/servicetalk/runs/8607775207
The text was updated successfully, but these errors were encountered: