5 @page Bug_1476_Test Test README File
7 This test is built on the Hello test. The client pings
8 the server with either the SYNC_NONE or SYNC_DELAYED_BUFFERING
9 applied at the object, orb or thread level. The run_test iterates
10 through all the possible permutations.
12 In each scenario the client should initiate a non-blocking connection.
13 Since there is no listening server a blocking connection attempt will
14 result in an exception and hense test failure.
17 1. Make sure the client always uses a named ORB. In the past
18 inconsistencies have been discovered when using the default
20 2. Make sure the interface names of the two tests always match.
21 The signature can change, but the name 'Hello' needs to match as
22 its embedded in the IOR.
23 3. The IOR should always point locally else the test will take a
26 To run the test use the run_test.pl script:
30 the script returns 0 if the test was successful.