summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-29 22:03:18 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-29 22:03:18 +0000
commit37aa827f3e1772f80c4922e6813e55d293a330ea (patch)
treef4cab0e8e5e743aad3d5cdf5c49df12d0732ab55
parent25d8df30b83f469ea7a13340706fc79041a44e73 (diff)
downloadATCD-37aa827f3e1772f80c4922e6813e55d293a330ea.tar.gz
* tests/Reliable_Oneways/client.cpp:
* tests/Reliable_Oneways/run_test.pl: * tests/Reliable_Oneways/run_sync_with_server.pl: * tests/Reliable_Oneways/run_sync_with_target.pl: * tests/Reliable_Oneways/run_sync_with_transport.pl: Reduced the number of default iterations in the client, and lengthened the client timeout in the above perl scripts. When the number of iterations reaches 2/3 of the total, the test shuts down the server ORB. While the server ORB shuts down, the client makes a few more iterations. At that point, the client starts trying to establish a connection at each iteration. On Win32 platforms, it takes about a second for the (unsuccessful) attempt, and the perl scripts were timing out the client.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 78148e9eaa0..4f20969a682 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,21 @@
+Fri Jun 29 16:57:47 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tests/Reliable_Oneways/client.cpp:
+ * tests/Reliable_Oneways/run_test.pl:
+ * tests/Reliable_Oneways/run_sync_with_server.pl:
+ * tests/Reliable_Oneways/run_sync_with_target.pl:
+ * tests/Reliable_Oneways/run_sync_with_transport.pl:
+
+ Reduced the number of default iterations in the client, and
+ lengthened the client timeout in the above perl scripts.
+ When the number of iterations reaches 2/3 of the total,
+ the test shuts down the server ORB. While the server ORB
+ shuts down, the client makes a few more iterations. At that
+ point, the client starts trying to establish a connection
+ at each iteration. On Win32 platforms, it takes about a
+ second for the (unsuccessful) attempt, and the perl scripts
+ were timing out the client.
+
Fri Jun 29 11:41:35 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/Big_Reply/client.cpp: