summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1476_Test/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1476_Test/README')
-rw-r--r--TAO/tests/Bug_1476_Test/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1476_Test/README b/TAO/tests/Bug_1476_Test/README
new file mode 100644
index 00000000000..2c6a85f925c
--- /dev/null
+++ b/TAO/tests/Bug_1476_Test/README
@@ -0,0 +1,30 @@
+/**
+
+@page Bug_1476_Test Test README File
+
+ This test is built on the Hello test. The client pings
+the server with either the SYNC_NONE or SYNC_DELAYED_BUFFERING
+applied at the object, orb or thread level. The run_test iterates
+through all the possible permutations.
+
+In each scenario the client should initiate a non-blocking connection.
+Since there is no listening server a blocking connection attempt will
+result in an exception and hense test failure.
+
+NOTES:
+1. Make sure the client always uses a named ORB. In the past
+inconsistencies have been discovered when using the default
+orb.
+2. Make sure the interface names of the two tests always match.
+The signature can change, but the name 'Hello' needs to match as
+its embedded in the IOR.
+3. The IOR should always point locally else the test will take a
+long time to fail.
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+*/