Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When running testPrimitiveServiceProcessPingFailure() testcase in a loop, a hang occurs. To replicate add this testcase to the extended test suite:
public void test2TestsOverAndAover() throws Exception
{
System.out.println("-------------- test2TestsOverAndAover -------------");
for (int num=0; num<50; num++)
{ System.out.println("\nRunning iteration " + num ); testPrimitiveServiceProcessPingFailure(); }}