5 @page Bug_1476_Regersion Test README File
7 This is a test for bug 1476.
9 When making oneway invocations with sync_none policy applied
10 the orb shouldn't block when making the connection but queue
11 the message on the transport and send it when the transport
12 is connected. In case later the connection establishment fails
13 the message are just dropped, sync_none just doesn't give any
14 guarantee, so if you don't like this behaviour, don't use it.
16 For this test the connection between client and server shouldn't
17 be established directly, but take some time, this is hard to
18 get working on localhost or the same lan, use a server on a remote
19 site to test this. Because of this we don't run this test in
22 To run the test use the run_test.pl script:
26 the script returns 0 if the test was successful.