summaryrefslogtreecommitdiffstats
path: root/systemtest/memleak/overview
blob: 2e5cbc39b413814fd78ad9eb3c6f7f8d2b7bf784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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