Handling no group on Aggregates
[csql.git] / test / system / Allocator / test008.ksh
blobc517ed32adcfa183370e7ecc07df705cad3c469f
1 #!/bin/sh
2 #Test Case: undo log allocation should return error message
3 #when db is full
4 #this test starts a large transaction which generates huge
5 #undo logs
7 #Run this test only under csql/test or on this directory.
8 FILENAME=${PWD}/system/Allocator/dbsizelimit
9 REL_PATH=.
10 if [ -s "$FILENAME" ]
11 then
12 REL_PATH=`pwd`/system/Allocator
14 ${REL_PATH}/dbsizelimit 2>${REL_PATH}/tmp.out
15 cat ${REL_PATH}/tmp.out | gawk -F: '{ print $5 }'
16 rm ${REL_PATH}/tmp.out