X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Ftest2.sh;h=16d22d6796032bd5b739a76f7de29c19898ceaf7;hb=8c7947050502fe0e1d15a65ee21247cac594d310;hp=7284db0dbce3d243e9567609354ba36c66b42e1e;hpb=d04590889450ad503a8979703370d3c7cdc7f0fc;p=idzebra-moved-to-github.git diff --git a/test/gils/test2.sh b/test/gils/test2.sh index 7284db0..16d22d6 100755 --- a/test/gils/test2.sh +++ b/test/gils/test2.sh @@ -2,7 +2,7 @@ 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 +59,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 +78,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