Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
None
-
Reviewed
Description
Since the test order is different with JDK7, we hit an error in TestRPC#testStopsAllThreads on the initial assertEquals. This is because testRPCInterruptedSimple and testRPCInterrupted don't stop the server after they finish, leaving some threads around.