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:
parent
fff6b1883a
commit
6202e3a60d
@ -102,7 +102,7 @@ echo "resume 1";
|
|||||||
sleep 5 # give time for Client to throw exception
|
sleep 5 # give time for Client to throw exception
|
||||||
|
|
||||||
# JVM_PROC should have exited but just in case, include it.
|
# 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.$$
|
grep "ORBUtilSystemException.writeErrorSend" client.$$
|
||||||
result=$?
|
result=$?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user