Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Multiple_Retry_Tests / Retry_On_Reply_Failure / README
blobc01e71f626e19b862f1c1b140b5c8880adc29603
1 /**
5 @page Retry_On_Reply_Failure Test README File
7         This is test for the invocation retry feature when a client
8         receives OBJECT_NOT_EXIST, COMM_FAILURE, TRANSIENT or INV_OBJREF
9         exceptions from server as a reply to a request.
10         This feature can be enabled and disabled by -ORBForwardOnObjectNotExistLimit
11         -ORBForwardOnCommFailureLimit, -ORBForwardOnOnTransientLimit and
12         -ORBForwardOnInvObjLimit options with value 0(disable) and 1(enable).
14         The starting point for this test implementation was the
15         ForwardOnceUponException test.
17         To execute the test simply run:
19 $ ./run_test.pl
21         the script returns 0 on success and non-zero on failures.