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

Flaky test org.eclipse.jetty.ee10.servlet.ServletTest.testSimpleIdleRead #11464

Closed
lorban opened this issue Feb 28, 2024 · 1 comment
Closed

Comments

@lorban
Copy link
Contributor

lorban commented Feb 28, 2024

Jetty version(s)
12.0.6

Jetty Environment
ee10

Description
org.eclipse.jetty.ee10.servlet.ServletTest.testSimpleIdleRead sometimes fails with

Expected: a string containing " 200 OK"
     but: was "HTTP/1.1 500 Server Error
Server: Jetty(12.0.7-SNAPSHOT)
Date: Wed, 28 Feb 2024 14:03:03 GMT
Connection: close
Cache-Control: must-revalidate,no-cache,no-store
Content-Type: text/html;charset=iso-8859-1
Content-Length: 925

<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 java.io.IOException: java.util.concurrent.TimeoutException: Idle timeout expired: 1000/1000 ms</title>
</head>
<body>
<h2>HTTP ERROR 500 java.io.IOException: java.util.concurrent.TimeoutException: Idle timeout expired: 1000/1000 ms</h2>
<table>
<tr><th>URI:</th><td>http://local/ctx/post</td></tr>
<tr><th>STATUS:</th><td>500</td></tr>
<tr><th>MESSAGE:</th><td>java.io.IOException: java.util.concurrent.TimeoutException: Idle timeout expired: 1000/1000 ms</td></tr>
<tr><th>CAUSED BY:</th><td>java.io.IOException: java.util.concurrent.TimeoutException: Idle timeout expired: 1000/1000 ms</td></tr>
<tr><th>CAUSED BY:</th><td>java.util.concurrent.TimeoutException: Idle timeout expired: 1000/1000 ms</td></tr>
</table>
<hr/><a href="https://eclipse.org/jetty">Powered by Jetty:// 12.0.7-SNAPSHOT</a><hr/>

</body>
</html>
"

See: https://jenkins.webtide.net/job/jetty.project/job/jetty-12.0.x/1884/testReport/junit/org.eclipse.jetty.ee10.servlet/ServletTest/Parallel_Stage___Build___Test___JDK21___testSimpleIdleRead/

@lorban
Copy link
Contributor Author

lorban commented Feb 29, 2024

Duplicate of #11327

@lorban lorban marked this as a duplicate of #11327 Feb 29, 2024
@lorban lorban closed this as completed Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: ✅ Done
Development

No branches or pull requests

1 participant