summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Crashed_Callback/README
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/Crashed_Callback/README')
-rw-r--r--trunk/TAO/tests/Crashed_Callback/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/trunk/TAO/tests/Crashed_Callback/README b/trunk/TAO/tests/Crashed_Callback/README
new file mode 100644
index 00000000000..3d94e37c2c5
--- /dev/null
+++ b/trunk/TAO/tests/Crashed_Callback/README
@@ -0,0 +1,15 @@
+/**
+
+@page Crashed Callback Test README File
+
+ On TAO-1.1.12 the ORB would dead-lock when trying to send a
+callback to a crashed server. As far as we know it only happens with
+reliable oneways.
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+*/