提交 399afb38 编写于 作者: I igerasim

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
上级 a7a41597
......@@ -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=$?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册