summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-06-27 15:38:48 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-06-27 15:38:48 +0000
commit717f05a6451514ad525f946348482c6ec0d996c2 (patch)
tree4c78fc9d45675969bc47edeb755c6ca755d9719c /TAO
parent4def274dad2f7c68e35be6ae7e8e1b4504846450 (diff)
downloadATCD-717f05a6451514ad525f946348482c6ec0d996c2.tar.gz
ChangeLogTag:Thu Jun 27 10:53:51 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
-rw-r--r--TAO/tests/Big_Oneways/Session.cpp2
2 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index d93806c590f..5ca2205195e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Thu Jun 27 10:53:51 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tests/Big_Oneways/Session_Control.cpp (session_finished):
+ Pre-connect to the remote sessions before trying to run multiple
+ threads to them. This solves [BUG 1241] for the Big_Oneway
+ test.
+
Thu Jun 27 10:28:29 2002 Carlos O'Ryan <coryan@atdesk.com>
* tests/Big_Twoways/Session.h:
diff --git a/TAO/tests/Big_Oneways/Session.cpp b/TAO/tests/Big_Oneways/Session.cpp
index 2d018697c71..8c449bb8fda 100644
--- a/TAO/tests/Big_Oneways/Session.cpp
+++ b/TAO/tests/Big_Oneways/Session.cpp
@@ -160,6 +160,8 @@ Session::start (const Test::Session_List &other_sessions
if (this->active_thread_count_ != this->thread_count_)
return;
+ this->validate_connections (ACE_ENV_SINGLE_ARG_PARAMETER);
+
this->barrier_.wait ();
if (this->running_ != 0)