summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Cache_Growth_Test/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Cache_Growth_Test/README')
-rw-r--r--ACE/TAO/tests/Cache_Growth_Test/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Cache_Growth_Test/README b/ACE/TAO/tests/Cache_Growth_Test/README
new file mode 100644
index 00000000000..ace71bc42a1
--- /dev/null
+++ b/ACE/TAO/tests/Cache_Growth_Test/README
@@ -0,0 +1,17 @@
+/**
+
+@page Cache Grow Test README File
+
+ This test is to make sure that we close the cache entries
+ properly when the clients are disconnected. The test does
+ something really simple. Infact it is a copy of the Hello
+ test. But in this test we connect multiple clients to the
+ server to make sure that our cache size does not grow.
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+*/