summaryrefslogtreecommitdiff
path: root/TAO/tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/README')
-rw-r--r--TAO/tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/README b/TAO/tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/README
new file mode 100644
index 00000000000..a12accca62a
--- /dev/null
+++ b/TAO/tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/README
@@ -0,0 +1,14 @@
+$Id$
+
+ This tests shows that by using -ORBForwardOnTransientLimit and -ORBForwardDelay
+ options on a client, the client will retry establishing
+ a connection to a server before throwing a TRANSIENT exception.
+
+ This is done by having the client start first, wait a few seconds, and then
+ start the server.
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.