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:
21 the script returns 0 on success and non-zero on failures.