summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/ping_interrupt/README')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/ping_interrupt/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/README b/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/README
new file mode 100644
index 00000000000..3bbc70e0d48
--- /dev/null
+++ b/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/README
@@ -0,0 +1,7 @@
+$Id$
+
+This test runs checks the behavior of the IMR when a server shuts down
+while it is in the middle of handling a ping request from the ImR
+Locator. This scenario could happen in an MT server, although to avoid
+a race, an interceptor is used. The test succeeds if the ImR Locator
+does not crash.