summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2005-02-11 16:04:08 +0000
committermcorino <mcorino@users.noreply.github.com>2005-02-11 16:04:08 +0000
commitc57ab4efd3a27b32548da59b13bae3af0ebbe05f (patch)
tree6ea4358a4dcfaaf92cb006821dc2d9f38f387b55 /tests
parent687f681ea53084da4af34aff670dad6badc3ded7 (diff)
downloadATCD-c57ab4efd3a27b32548da59b13bae3af0ebbe05f.tar.gz
ChangeLogTag: Fri Feb 11 16:01:37 2005 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/Thread_Pool_Reactor_Resume_Test.cpp6
-rw-r--r--tests/Thread_Pool_Reactor_Test.cpp6
2 files changed, 8 insertions, 4 deletions
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