| Summary: | SslSecuredContentExchangeTest exceptions | ||
|---|---|---|---|
| Product: | [RT] Jetty | Reporter: | Greg Wilkins <gregw> |
| Component: | build | Assignee: | Jesse McConnell <jesse.mcconnell> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jesse.mcconnell, jetty-inbox, joakim.erdfelt, mgorovoy |
| Version: | 7.2.0 | ||
| Target Milestone: | 7.1.x | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Greg Wilkins
FIXED: No longer throws warnings/exceptions in 7.5.2-SNAPSHOT
[INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ jetty-client ---
[INFO] Surefire report directory: /home/joakim/code/intalio/org.eclipse.jetty.project/jetty-client/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.eclipse.jetty.client.SslSecuredContentExchangeTest
2011-09-12 13:50:42.673:INFO:oejs.Server:jetty-7.5.2-SNAPSHOT
2011-09-12 13:50:42.713:INFO:oejsh.ContextHandler:started o.e.j.s.ServletContextHandler{/,file:/home/joakim/code/intalio/org.eclipse.jetty.project/jetty-client/target/test-output/docroot/}
2011-09-12 13:50:42.863:INFO:oejs.AbstractConnector:Started SslSelectChannelConnector@0.0.0.0:46435 STARTING
2011-09-12 13:50:43.097:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,file:/home/joakim/code/intalio/org.eclipse.jetty.project/jetty-client/target/test-output/docroot/}
2011-09-12 13:50:43.154:INFO:oejs.Server:jetty-7.5.2-SNAPSHOT
2011-09-12 13:50:43.155:INFO:oejsh.ContextHandler:started o.e.j.s.ServletContextHandler{/,file:/home/joakim/code/intalio/org.eclipse.jetty.project/jetty-client/target/test-output/docroot/}
2011-09-12 13:50:43.160:INFO:oejs.AbstractConnector:Started SslSelectChannelConnector@0.0.0.0:50472 STARTING
2011-09-12 13:50:43.282:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,file:/home/joakim/code/intalio/org.eclipse.jetty.project/jetty-client/target/test-output/docroot/}
2011-09-12 13:50:43.335:INFO:oejs.Server:jetty-7.5.2-SNAPSHOT
2011-09-12 13:50:43.336:INFO:oejsh.ContextHandler:started o.e.j.s.ServletContextHandler{/,file:/home/joakim/code/intalio/org.eclipse.jetty.project/jetty-client/target/test-output/docroot/}
2011-09-12 13:50:43.341:INFO:oejs.AbstractConnector:Started SslSelectChannelConnector@0.0.0.0:40591 STARTING
2011-09-12 13:50:43.459:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,file:/home/joakim/code/intalio/org.eclipse.jetty.project/jetty-client/target/test-output/docroot/}
2011-09-12 13:50:43.512:INFO:oejs.Server:jetty-7.5.2-SNAPSHOT
2011-09-12 13:50:43.513:INFO:oejsh.ContextHandler:started o.e.j.s.ServletContextHandler{/,file:/home/joakim/code/intalio/org.eclipse.jetty.project/jetty-client/target/test-output/docroot/}
2011-09-12 13:50:43.518:INFO:oejs.AbstractConnector:Started SslSelectChannelConnector@0.0.0.0:35021 STARTING
2011-09-12 13:50:43.552:WARN:oejin.SslSelectChannelEndPoint:127.0.0.1:52270 javax.net.ssl.SSLException: Received close_notify during handshake
2011-09-12 13:50:43.623:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,file:/home/joakim/code/intalio/org.eclipse.jetty.project/jetty-client/target/test-output/docroot/}
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.122 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.449s
[INFO] Finished at: Mon Sep 12 13:50:43 MST 2011
[INFO] Final Memory: 18M/282M
[INFO] ------------------------------------------------------------------------
|