summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-03 21:24:52 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-03 21:24:52 +0000
commit543c395c6d3778696bf5382a9a4aafec0121aa30 (patch)
tree05fa5c53beef11f23da6ff8fb583d21ba6a163ca
parent12789101b101db4488106c1be2fa4528d37658db (diff)
downloadATCD-543c395c6d3778696bf5382a9a4aafec0121aa30.tar.gz
Minor changes.
-rw-r--r--TAO/tests/RTCORBA/Linear_Priority/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Persistent_IOR/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Policy_Combinations/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Thread_Pool/client.cpp2
-rwxr-xr-xTAO/tests/RTCORBA/Thread_Pool/run_test.pl2
-rw-r--r--TAO/tests/RTCORBA/Thread_Pool/server.cpp6
6 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tests/RTCORBA/Linear_Priority/server.cpp b/TAO/tests/RTCORBA/Linear_Priority/server.cpp
index 9b547003526..9708fcf433e 100644
--- a/TAO/tests/RTCORBA/Linear_Priority/server.cpp
+++ b/TAO/tests/RTCORBA/Linear_Priority/server.cpp
@@ -63,7 +63,7 @@ test_i::_default_POA (CORBA_Environment &)
static CORBA::ULong stacksize = 0;
static CORBA::ULong static_threads = 2;
-static CORBA::ULong dynamic_threads = 2;
+static CORBA::ULong dynamic_threads = 0;
static CORBA::Boolean allow_request_buffering = 0;
static CORBA::ULong max_buffered_requests = 0;
static CORBA::ULong max_request_buffer_size = 0;
diff --git a/TAO/tests/RTCORBA/Persistent_IOR/server.cpp b/TAO/tests/RTCORBA/Persistent_IOR/server.cpp
index e9eab79deb4..a27ba151e54 100644
--- a/TAO/tests/RTCORBA/Persistent_IOR/server.cpp
+++ b/TAO/tests/RTCORBA/Persistent_IOR/server.cpp
@@ -65,7 +65,7 @@ static int debug = 0;
static CORBA::ULong stacksize = 0;
static CORBA::ULong static_threads = 2;
-static CORBA::ULong dynamic_threads = 2;
+static CORBA::ULong dynamic_threads = 0;
static RTCORBA::Priority default_thread_priority;
static CORBA::Boolean allow_request_buffering = 0;
static CORBA::ULong max_buffered_requests = 0;
diff --git a/TAO/tests/RTCORBA/Policy_Combinations/server.cpp b/TAO/tests/RTCORBA/Policy_Combinations/server.cpp
index 43354cc3d1b..364144dad7f 100644
--- a/TAO/tests/RTCORBA/Policy_Combinations/server.cpp
+++ b/TAO/tests/RTCORBA/Policy_Combinations/server.cpp
@@ -104,7 +104,7 @@ static CORBA::Short server_priority;
static CORBA::Short client_priority;
static CORBA::ULong stacksize = 0;
static CORBA::ULong static_threads = 2;
-static CORBA::ULong dynamic_threads = 2;
+static CORBA::ULong dynamic_threads = 0;
static RTCORBA::Priority default_thread_priority;
static CORBA::Boolean allow_request_buffering = 0;
static CORBA::ULong max_buffered_requests = 0;
diff --git a/TAO/tests/RTCORBA/Thread_Pool/client.cpp b/TAO/tests/RTCORBA/Thread_Pool/client.cpp
index 0e27bb1c924..9921524a61a 100644
--- a/TAO/tests/RTCORBA/Thread_Pool/client.cpp
+++ b/TAO/tests/RTCORBA/Thread_Pool/client.cpp
@@ -5,7 +5,7 @@
#include "tao/RTCORBA/RTCORBA.h"
#include "../check_supported_priorities.cpp"
-ACE_RCSID(Thread_Pools, client, "$Id$")
+ACE_RCSID(Thread_Pool, client, "$Id$")
const char *ior = "file://ior_1";
int iterations = 6;
diff --git a/TAO/tests/RTCORBA/Thread_Pool/run_test.pl b/TAO/tests/RTCORBA/Thread_Pool/run_test.pl
index 77b76447e06..18821726b98 100755
--- a/TAO/tests/RTCORBA/Thread_Pool/run_test.pl
+++ b/TAO/tests/RTCORBA/Thread_Pool/run_test.pl
@@ -8,7 +8,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
use lib '../../../../bin';
use PerlACE::Run_Test;
-$number_of_clients = 3;
+$number_of_clients = 4;
$status = 0;
@configurations =
diff --git a/TAO/tests/RTCORBA/Thread_Pool/server.cpp b/TAO/tests/RTCORBA/Thread_Pool/server.cpp
index 866b5e28b12..0d50b2c58b7 100644
--- a/TAO/tests/RTCORBA/Thread_Pool/server.cpp
+++ b/TAO/tests/RTCORBA/Thread_Pool/server.cpp
@@ -5,12 +5,12 @@
#include "tao/RTPortableServer/RTPortableServer.h"
#include "../check_supported_priorities.cpp"
-ACE_RCSID(Thread_Pools, server, "$Id$")
+ACE_RCSID(Thread_Pool, server, "$Id$")
const char *ior_output_file = "ior";
int ior_count = 1;
-CORBA::ULong static_threads = 3;
-CORBA::ULong dynamic_threads = 3;
+CORBA::ULong static_threads = 2;
+CORBA::ULong dynamic_threads = 2;
long nap_time = 1000;
int