Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_1476_Regression / README
blob018e143f7911efb76df172e4f1e29a1ee81d333d
1 /**
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
20         our daily builds
22         To run the test use the run_test.pl script:
24 $ ./run_test.pl
26         the script returns 0 if the test was successful.