summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-11 16:04:08 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-11 16:04:08 +0000
commitac36904f4fd8f2e7117967a50d44b28a72e7b422 (patch)
tree6ea4358a4dcfaaf92cb006821dc2d9f38f387b55
parent42b041a3690a5b3b903bd35d410f360afe4f818a (diff)
downloadATCD-ac36904f4fd8f2e7117967a50d44b28a72e7b422.tar.gz
ChangeLogTag: Fri Feb 11 16:01:37 2005 Martin Corino <mcorino@remedy.nl>
-rw-r--r--ChangeLog8
-rw-r--r--tests/Thread_Pool_Reactor_Resume_Test.cpp6
-rw-r--r--tests/Thread_Pool_Reactor_Test.cpp6
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 <mcorino@remedy.nl>
+
+ * 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 <elliott_c@ociweb.com>
* 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