-
Feature Request
-
Resolution: Unresolved
-
Critical
-
2.3.13.Final
-
None
There are five tests in the test class HttpContinueSslServletTestCase. However, they reply on the same DefaultServer to send post http request. The time cost of start or stop for the DefaultServer is high. They are not modifying the contents of the DefaultServer, thus we can just initialize the DefaultServer once before or after all test methods inside test class HttpContinueSslServletTestCase.
The test runtime can jump from 5.43160 s to 1.8027 s after applying these changes when run on our machine.