From ac36904f4fd8f2e7117967a50d44b28a72e7b422 Mon Sep 17 00:00:00 2001 From: mcorino Date: Fri, 11 Feb 2005 16:04:08 +0000 Subject: ChangeLogTag: Fri Feb 11 16:01:37 2005 Martin Corino --- ChangeLog | 8 ++++++++ tests/Thread_Pool_Reactor_Resume_Test.cpp | 6 ++++-- tests/Thread_Pool_Reactor_Test.cpp | 6 ++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e0232b05c7a..cae21d4dd9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Feb 11 16:01:37 2005 Martin Corino + + * tests/Thread_Pool_Reactor_Test.cpp: + * tests/Thread_Pool_Reactor_Resume_Test.cpp: + + Scaled down the tests on VxWorks as for CHORUS to make them + runnable with default target kernel network parameters. + Fri Feb 11 07:32:06 2005 Chad Elliott * ace/OS_NS_sys_time.h: diff --git a/tests/Thread_Pool_Reactor_Resume_Test.cpp b/tests/Thread_Pool_Reactor_Resume_Test.cpp index 588253891d9..c4640241475 100644 --- a/tests/Thread_Pool_Reactor_Resume_Test.cpp +++ b/tests/Thread_Pool_Reactor_Resume_Test.cpp @@ -60,8 +60,10 @@ static const ACE_TCHAR *rendezvous = ACE_TEXT ("127.0.0.1:10010"); static size_t svr_thrno = ACE_MAX_THREADS; -#if defined (CHORUS) // Add platforms that can't handle too many - // connection simultaneously here. +#if defined (CHORUS) \ + || defined (ACE_VXWORKS) // default network parameters (MAX_BINDS and system buffers) are too small for full test + // Add platforms that can't handle too many + // connection simultaneously here. #define ACE_LOAD_FACTOR /2 #else #define ACE_LOAD_FACTOR diff --git a/tests/Thread_Pool_Reactor_Test.cpp b/tests/Thread_Pool_Reactor_Test.cpp index f2807df6bcb..97469108eb7 100644 --- a/tests/Thread_Pool_Reactor_Test.cpp +++ b/tests/Thread_Pool_Reactor_Test.cpp @@ -63,8 +63,10 @@ static const ACE_TCHAR *rendezvous = ACE_TEXT ("127.0.0.1:10010"); // Total number of server threads. static size_t svr_thrno = ACE_MAX_THREADS; -#if defined (CHORUS) // Add platforms that can't handle too many - // connection simultaneously here. +#if defined (CHORUS) \ + || defined (ACE_VXWORKS) // default network parameters (MAX_BINDS and system buffers) are too small for full test + // Add platforms that can't handle too many + // connection simultaneously here. #define ACE_LOAD_FACTOR /2 #else #define ACE_LOAD_FACTOR -- cgit v1.2.1