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

Broken HTTP/3 tests #11583

Closed
sbordet opened this issue Mar 27, 2024 · 0 comments · Fixed by #11584
Closed

Broken HTTP/3 tests #11583

sbordet opened this issue Mar 27, 2024 · 0 comments · Fixed by #11584
Assignees
Labels
Bug For general bugs on Jetty side

Comments

@sbordet
Copy link
Contributor

sbordet commented Mar 27, 2024

Jetty version(s)
12.0.6

Jetty Environment
core,ee9,ee10

Description
The core distribution test DistributionTests.testH3 has been boken since 12.0.6 due to #11263, which forgot to add the JNA and Quiche libraries to their own modules.

The ee9 and ee10 tests were broken because of the work done in #8979, because the tests want to explicitly configure the TrustStore, which requires a PEM directory.

@sbordet sbordet added the Bug For general bugs on Jetty side label Mar 27, 2024
@sbordet sbordet self-assigned this Mar 27, 2024
sbordet added a commit that referenced this issue Mar 27, 2024
Initialized PEM directories for both client and server.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet moved this to 🏗 In progress in Jetty 12.0.8 - FROZEN Mar 27, 2024
@joakime joakime linked a pull request Mar 27, 2024 that will close this issue
sbordet added a commit that referenced this issue Mar 27, 2024
Initialized PEM directories for both client and server.
Added [lib] section that was missing due to #11263.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Jetty 12.0.8 - FROZEN Mar 27, 2024
sbordet added a commit that referenced this issue Mar 28, 2024
Initialized PEM directories for both client and server.
Added [lib] section that was missing due to #11263.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
No open projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant