summaryrefslogtreecommitdiff
path: root/tests/Bug_3953_Regression/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bug_3953_Regression/README')
-rw-r--r--tests/Bug_3953_Regression/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Bug_3953_Regression/README b/tests/Bug_3953_Regression/README
new file mode 100644
index 00000000000..ab058d902f6
--- /dev/null
+++ b/tests/Bug_3953_Regression/README
@@ -0,0 +1,9 @@
+This is a test of the nested upcall feature in TAO using mt_noupcall.
+start off by calling the server and providing a callback object and a
+time-to-live number. The server will callback the client (using the
+callback object) and decrement the time-to-live number.
+
+With mt_noupcall enabled the client should drop the nested upcall from the
+server and which leads to a timeout exception in the server and than in the
+client.
+