8030780: test/com/sun/corba/cachedSocket/7056731.sh leaves HelloServer behind
Summary: intermittent test failure leaves server process - add server pid to test's kill -9 command
Reviewed-by: chegar
--- a/jdk/test/com/sun/corba/cachedSocket/7056731.sh Wed Mar 19 11:48:06 2014 -0700
+++ b/jdk/test/com/sun/corba/cachedSocket/7056731.sh Thu Mar 20 15:25:57 2014 +0000
@@ -102,7 +102,7 @@
sleep 5 # give time for Client to throw exception
# JVM_PROC should have exited but just in case, include it.
-kill -9 $ORB_PROC $JVM_PROC
+kill -9 $ORB_PROC $JVM_PROC $SERVER_PROC
grep "ORBUtilSystemException.writeErrorSend" client.$$
result=$?