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

servlet: Update Servlet container test versions #11212

Merged
merged 7 commits into from
May 23, 2024

Conversation

niloc132
Copy link
Contributor

@niloc132 niloc132 commented May 14, 2024

Verifies that latest versions of Tomcat/Undertow/Jetty pass integration tests - I manually verified that all ignored tests still fail.

Two tests failed in Jetty, it appears that the integration test anticipates that the server implementation is willing to send larger trailers than the client SETTINGS frame allows for. Since the server refuses to send too large of headers/trailers, the client does not receive the too-large payloads, and doesn't fail with the expected message. This change was introduced in Jetty 10.0.15/11.0.11. Those tests are ignored.

@ejona86 ejona86 added the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label May 16, 2024
@grpc-kokoro grpc-kokoro removed the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label May 16, 2024
@ejona86 ejona86 added the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label May 20, 2024
@grpc-kokoro grpc-kokoro removed the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label May 20, 2024
@ejona86 ejona86 requested a review from sergiitk May 20, 2024 21:47
@ejona86
Copy link
Member

ejona86 commented May 20, 2024

@niloc132, thank you! Thanks for handling the Jetty bug and all.

@sergiitk sergiitk changed the title Update Servlet container test versions servlet: Update Servlet container test versions May 23, 2024
@sergiitk sergiitk merged commit 6aa0639 into grpc:master May 23, 2024
13 checks passed
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 this pull request may close these issues.

None yet

4 participants