diff options
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r-- | java/config/TestUtil.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py index 20da9c30c9f..9308f293771 100644 --- a/java/config/TestUtil.py +++ b/java/config/TestUtil.py @@ -375,12 +375,10 @@ serverOptions = serverProtocol + defaultHost + commonServerOptions clientServerOptions = clientServerProtocol + defaultHost + commonServerOptions collocatedOptions = clientServerProtocol + defaultHost -cppCommonClientOptions = " --Ice.Warn.Connections" +cppCommonClientOptions = " --Ice.NullHandleAbort --Ice.Warn.Connections" -cppCommonServerOptions = " --Ice.PrintAdapterReady" + \ - " --Ice.Warn.Connections --Ice.ServerIdleTime=30" + \ - " --Ice.ThreadPool.Server.Size=1 --Ice.ThreadPool.Server.SizeMax=3" + \ - " --Ice.ThreadPool.Server.SizeWarn=0" +cppCommonServerOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.NullHandleAbort" + \ + " --Ice.Warn.Connections --Ice.ServerIdleTime=30" cppClientOptions = cppClientProtocol + defaultHost + cppCommonClientOptions cppServerOptions = cppServerProtocol + defaultHost + cppCommonServerOptions |