X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Ftest2.sh;h=69c0af9bd7cebaf4ed2067ca38a04077720731ec;hb=e93e9d110b6bb2596e011de5fb0c8825ac2fe2b2;hp=7284db0dbce3d243e9567609354ba36c66b42e1e;hpb=d04590889450ad503a8979703370d3c7cdc7f0fc;p=idzebra-moved-to-github.git diff --git a/test/gils/test2.sh b/test/gils/test2.sh index 7284db0..69c0af9 100755 --- a/test/gils/test2.sh +++ b/test/gils/test2.sh @@ -1,8 +1,10 @@ +#!/bin/sh +# $Id: test2.sh,v 1.4 2003-05-06 17:39:01 adam Exp $ echo "Testing with storekeys (zebra2.cfg)" echo "init..." rm -f idx.log log rm -f records/esdd000[12].grs # these should not be here, will be created later -../../index/zebraidx -l idx.log init || exit 1 +../../index/zebraidx -l idx.log -c zebra2.cfg init || exit 1 echo "update 1..." ../../index/zebraidx -l idx.log -c zebra2.cfg update records || exit 1 @@ -59,6 +61,7 @@ echo "search 5..." ../testclient localhost:9901 "@attr 1=4 utah" > log || exit 1 grep "^Result count: 10$" log || exit 1 +sleep 1 echo "modifying a test record..." sed 's/UTAH/XYZ/g' records/esdd0002x.grs mv records/esdd0002x.grs records/esdd0002.grs @@ -77,7 +80,7 @@ grep "^Result count: 1$" log || exit 1 echo "stopping server..." test -f zebrasrv.pid || exit 1 -kill -9 `cat zebrasrv.pid` || exit 1 +kill `cat zebrasrv.pid` || exit 1 rm -f idx.log log rm -f records/esdd000[12].grs rm -f zebrasrv.pid