On Wed, Jul 07, 2004 at 08:08:49PM +0200, Alexander Malysh wrote:
> Hi James,
> 
> first related to check_fakesmsc.sh and smsbox list empty warnings. Here is
> the wrong order in wich things will be started, see fixed version:
> gw/bearerbox -v $loglevel gw/smskannel.conf > check_fakesmsc_bb.log 2>&1 &
> bbpid=$!
> 
> sleep 2
> 
> gw/smsbox -v $loglevel gw/smskannel.conf > check_fakesmsc_sms.log 2>&1 &
> 
> sleep 1
> 
> test/fakesmsc -i $interval -m $times '123 234 text nop' \
>     > check_fakesmsc.log 2>&1 &

! that makes LOTS of sense.  

I'm not sure of the order in check_smpp.sh ?

test/drive_smpp -v 0 -m $times 2> check_smpp_drive.log & 
sleep 1

gw/bearerbox -v 0 test/drive_smpp.conf 2> check_smpp_bb.log &  
bbpid=$!



> second: if you want to submit any patches, then please start new thread and
> set subject to [PATCH] XXX.
> Thanks in advance!

Okay, sorry for mixing threads :-(

Also some warnings, maybe all should not make tests fail e.g.:
2004-07-08 11:11:26 [9011] [0] WARNING: Killing signal or HTTP admin command received, 
shutting down...
so would change test fail check to not look for WARNING:
if egrep 'ERROR:|PANIC:' check_fakesmsc*.log >/dev/null

I'll submit patch to make those changes and try to do it properly.

James.

Reply via email to