Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Bug_3333_Regression / README
blob9b5eb1084cf0b8cac746b33acc80520b7d544f73
1 /**
5 This test checks that any transparent reinvocations in response to
6 LOCATION_FORWARD responses to GIOP::Requests are still bounded by the
7 Relative Roundtrip timeout set by the user for the entire request.
9 The server is configured to run in the test script with -ORBCollocation NO
10 and -ORBObjRefStyle URL. Both are required for it to work.
12 It exports two IORs. One is used for control - to shut the server down.
13 The other will cause a client narrowing it to enter an endless
14 LOCATION_FORWARD loop.
16 The client sets a Relative Roundtrip Timeout that should end this loop for
17 the test to succeed.
19 Success looks like this:
21 Test OK - RELATIVE_RT_TIMEOUT ends location forward loop.
22 (4232|3077606096) server - event loop finished
24 ... anything else is probably a regression.