OpenJDK / portola / portola
changeset 23553:0d1adf0afc20
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
author | msheppar |
---|---|
date | Thu, 20 Mar 2014 15:25:57 +0000 |
parents | 46ede2de91cb |
children | f65fec81a347 |
files | jdk/test/com/sun/corba/cachedSocket/7056731.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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=$?