Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / MProfile_Connection_Timeout / README
blob85f491862a5ce3cc0b6594adca6fe9e9d6815a9e
1 /**
5 @page MProfile_Connection_Tiemout Test README File
7 The simplest possible test for connection timeouts across
8 multiple profiles aka BUGID 1284. The aim of this test is to
9 see whether TAO client fails over to the next profile if a connection
10 timeout policy is set. If connection_timeout policy is set and if the
11 client is not anle to establish connection using one of the profiles,
12 the client should fail over to the next profile seamlessly. The test
13 has been constructed to check for this feature.
15 Please refrain from "improving", extending or expanding this
16 test.
18 @todo: We need to write a MT test for this feature.
20 To run the test use the run_test.pl script:
22 $ ./run_test.pl
24 the script returns 0 if the test was successful.