summaryrefslogtreecommitdiffstats
path: root/systemtest/memleak
diff options
context:
space:
mode:
authorConstantin Jucovschi <cj@ubuntu.localdomain>2009-04-24 07:20:22 -0400
committerConstantin Jucovschi <cj@ubuntu.localdomain>2009-04-24 07:20:22 -0400
commit8f27e65bddd7d4b8515ce620fb485fdd78fcdf89 (patch)
treebd328a4dd4f92d32202241b5e3a7f36177792c5f /systemtest/memleak
downloadrasdaman-upstream-8f27e65bddd7d4b8515ce620fb485fdd78fcdf89.tar.gz
rasdaman-upstream-8f27e65bddd7d4b8515ce620fb485fdd78fcdf89.tar.xz
rasdaman-upstream-8f27e65bddd7d4b8515ce620fb485fdd78fcdf89.zip
Initial commitv8.0
Diffstat (limited to 'systemtest/memleak')
-rw-r--r--systemtest/memleak/overview18
1 files changed, 18 insertions, 0 deletions
diff --git a/systemtest/memleak/overview b/systemtest/memleak/overview
new file mode 100644
index 0000000..2e5cbc3
--- /dev/null
+++ b/systemtest/memleak/overview
@@ -0,0 +1,18 @@
+test server memleaks by invoking a large number of operations using rasql.
+
+RASQL=rasql
+
+REPETITIONS=100
+
+- subsetting
+
+QUERY_TRIM="select a[sdom(a)[0].lo+1:sdom(a)[0].hi-1,sdom(a)[1].lo+1:sdom(a)[1].hi-1] from $TESTCOLL_2D as a"
+
+
+
+for n in ($REPETITIONS)
+do
+ echo performing run $n...
+ $RASQL -q $UERY_TRIM # ignore result
+done
+