8030780: test/com/sun/corba/cachedSocket/7056731.sh leaves HelloServer behind

Intermittent test failure leaves server process - add server pid to test's kill -9 command

Reviewed-by: chegar
This commit is contained in:
Mark Sheppard 2014-03-20 15:25:57 +00:00
parent fff6b1883a
commit 6202e3a60d

View File

@ -102,7 +102,7 @@ echo "resume 1";
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=$?