-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
HugeResourceTest failing #9408
Comments
This test is tagged at class level as |
(It is ee10 My investigation has shown this test suffers from two bugs:
|
Yes this is org.eclipse.jetty.ee10.webapp.HugeResourceTest |
- fixed double-release bug in MultiPartFormData - used ByteBufferPool.NonPooling pool to work around #9311 Signed-off-by: Ludovic Orban <[email protected]>
Signed-off-by: Ludovic Orban <[email protected]>
Signed-off-by: Ludovic Orban <[email protected]>
- fixed double-release bug in MultiPartFormData - used ByteBufferPool.NonPooling pool to work around #9311 Signed-off-by: Ludovic Orban <[email protected]>
Signed-off-by: Ludovic Orban <[email protected]>
Signed-off-by: Ludovic Orban <[email protected]>
#9408: restored HugeResourceTest: - fixed double-release bug in MultiPartFormData - used ByteBufferPool.NonPooling pool to work around #9311 Signed-off-by: Ludovic Orban <[email protected]>
Jetty version(s)
12
Description
The
HugeResourceTest
was failing for me by never completing on the 1G size. I tried making a 100M size, but whilst that passed it actually failed.However, the CI is green, so either this test is not run there or it is working.
For now, I have disabled the test as it is failing for me in 12 HEAD and delaying other work.
The text was updated successfully, but these errors were encountered: