diff --git a/basice2e/clients.goldoutput/client20.txt b/basice2e/clients.goldoutput/client20.txt index 2b10e4046835de371f6c155d4167bd3efefa75c4..9576ea854f487e54b187ce4f5a327a797fc914d1 100644 --- a/basice2e/clients.goldoutput/client20.txt +++ b/basice2e/clients.goldoutput/client20.txt @@ -3,40 +3,20 @@ Sent: Hello from 20, without E2E Encryption Sent: Hello from 20, without E2E Encryption Sent: Hello from 20, without E2E Encryption Sent: Hello from 20, without E2E Encryption -Sent: Hello from 20, without E2E Encryption -Sent: Hello from 20, without E2E Encryption -Sent: Hello from 20, without E2E Encryption -Sent: Hello from 20, without E2E Encryption -Sent: Hello from 20, without E2E Encryption -Message received: Hello from 21, without E2E Encryption -Message received: Hello from 21, without E2E Encryption -Message received: Hello from 21, without E2E Encryption -Message received: Hello from 21, without E2E Encryption -Message received: Hello from 21, without E2E Encryption Message received: Hello from 21, without E2E Encryption Message received: Hello from 21, without E2E Encryption Message received: Hello from 21, without E2E Encryption Message received: Hello from 21, without E2E Encryption Message received: Hello from 21, without E2E Encryption -Received 10 +Received 5 Sent: Hello from 20, without E2E Encryption Sent: Hello from 20, without E2E Encryption Sent: Hello from 20, without E2E Encryption Sent: Hello from 20, without E2E Encryption Sent: Hello from 20, without E2E Encryption -Sent: Hello from 20, without E2E Encryption -Sent: Hello from 20, without E2E Encryption -Sent: Hello from 20, without E2E Encryption -Sent: Hello from 20, without E2E Encryption -Sent: Hello from 20, without E2E Encryption -Message received: Hello from 21, without E2E Encryption -Message received: Hello from 21, without E2E Encryption -Message received: Hello from 21, without E2E Encryption -Message received: Hello from 21, without E2E Encryption -Message received: Hello from 21, without E2E Encryption Message received: Hello from 21, without E2E Encryption Message received: Hello from 21, without E2E Encryption Message received: Hello from 21, without E2E Encryption Message received: Hello from 21, without E2E Encryption Message received: Hello from 21, without E2E Encryption -Received 10 +Received 5 diff --git a/basice2e/clients.goldoutput/client21.txt b/basice2e/clients.goldoutput/client21.txt index 12b9325a98938a9ca969f1321a8fb084bb3283ea..0ce63adb0c05c577975d35f62348f44419cb2379 100644 --- a/basice2e/clients.goldoutput/client21.txt +++ b/basice2e/clients.goldoutput/client21.txt @@ -3,40 +3,20 @@ Sent: Hello from 21, without E2E Encryption Sent: Hello from 21, without E2E Encryption Sent: Hello from 21, without E2E Encryption Sent: Hello from 21, without E2E Encryption -Sent: Hello from 21, without E2E Encryption -Sent: Hello from 21, without E2E Encryption -Sent: Hello from 21, without E2E Encryption -Sent: Hello from 21, without E2E Encryption -Sent: Hello from 21, without E2E Encryption -Message received: Hello from 20, without E2E Encryption -Message received: Hello from 20, without E2E Encryption -Message received: Hello from 20, without E2E Encryption -Message received: Hello from 20, without E2E Encryption -Message received: Hello from 20, without E2E Encryption Message received: Hello from 20, without E2E Encryption Message received: Hello from 20, without E2E Encryption Message received: Hello from 20, without E2E Encryption Message received: Hello from 20, without E2E Encryption Message received: Hello from 20, without E2E Encryption -Received 10 +Received 5 Sent: Hello from 21, without E2E Encryption Sent: Hello from 21, without E2E Encryption Sent: Hello from 21, without E2E Encryption Sent: Hello from 21, without E2E Encryption Sent: Hello from 21, without E2E Encryption -Sent: Hello from 21, without E2E Encryption -Sent: Hello from 21, without E2E Encryption -Sent: Hello from 21, without E2E Encryption -Sent: Hello from 21, without E2E Encryption -Sent: Hello from 21, without E2E Encryption -Message received: Hello from 20, without E2E Encryption -Message received: Hello from 20, without E2E Encryption -Message received: Hello from 20, without E2E Encryption -Message received: Hello from 20, without E2E Encryption -Message received: Hello from 20, without E2E Encryption Message received: Hello from 20, without E2E Encryption Message received: Hello from 20, without E2E Encryption Message received: Hello from 20, without E2E Encryption Message received: Hello from 20, without E2E Encryption Message received: Hello from 20, without E2E Encryption -Received 10 +Received 5 diff --git a/basice2e/run.sh b/basice2e/run.sh index 455e34209273e6a168c68e0ac71d6da06cdbbfeb..a56c9b367cc28fedcc3657682547391de9143de3 100755 --- a/basice2e/run.sh +++ b/basice2e/run.sh @@ -272,11 +272,12 @@ then wait $PIDVAL2 echo "FORCING MESSAGE PICKUP RETRY... (NON-E2E, PRECAN)" - CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS --forceMessagePickupRetry --unsafe -l $CLIENTOUT/client20.log -s blob20 --sendid 20 --destid 21 --sendCount 10 --receiveCount 10 -m \"Hello from 20, without E2E Encryption\"" + # Higher timeouts for this test to allow message pickup retry to function + CLIENTCMD="timeout 360s ../bin/client $CLIENTOPTS --forceMessagePickupRetry --unsafe -l $CLIENTOUT/client20.log -s blob20 --sendid 20 --destid 21 --sendCount 5 --receiveCount 5 -m \"Hello from 20, without E2E Encryption\"" eval $CLIENTCMD >> $CLIENTOUT/client20.txt || true & PIDVAL=$! echo "$CLIENTCMD -- $PIDVAL" - CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS --forceMessagePickupRetry --unsafe -l $CLIENTOUT/client21.log -s blob21 --sendid 21 --destid 20 --sendCount 10 --receiveCount 10 -m \"Hello from 21, without E2E Encryption\"" + CLIENTCMD="timeout 360s ../bin/client $CLIENTOPTS --forceMessagePickupRetry --unsafe -l $CLIENTOUT/client21.log -s blob21 --sendid 21 --destid 20 --sendCount 5 --receiveCount 5 -m \"Hello from 21, without E2E Encryption\"" eval $CLIENTCMD >> $CLIENTOUT/client21.txt || true & PIDVAL2=$! echo "$CLIENTCMD -- $PIDVAL" @@ -403,11 +404,12 @@ wait $PIDVAL wait $PIDVAL2 echo "FORCING MESSAGE PICKUP RETRY... " -CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS --forceMessagePickupRetry -l $CLIENTOUT/client20.log -s blob20 --sendid 20 --destid 21 --sendCount 10 --receiveCount 10 -m \"Hello from 20, without E2E Encryption\"" +# Higher timeouts for this test to allow message pickup retry to function +CLIENTCMD="timeout 360s ../bin/client $CLIENTOPTS --forceMessagePickupRetry -l $CLIENTOUT/client20.log -s blob20 --sendid 20 --destid 21 --sendCount 5 --receiveCount 5 -m \"Hello from 20, without E2E Encryption\"" eval $CLIENTCMD >> $CLIENTOUT/client20.txt || true & PIDVAL=$! echo "$CLIENTCMD -- $PIDVAL" -CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS --forceMessagePickupRetry -l $CLIENTOUT/client21.log -s blob21 --sendid 21 --destid 20 --sendCount 10 --receiveCount 10 -m \"Hello from 21, without E2E Encryption\"" +CLIENTCMD="timeout 360s ../bin/client $CLIENTOPTS --forceMessagePickupRetry -l $CLIENTOUT/client21.log -s blob21 --sendid 21 --destid 20 --sendCount 5 --receiveCount 5 -m \"Hello from 21, without E2E Encryption\"" eval $CLIENTCMD >> $CLIENTOUT/client21.txt || true & PIDVAL2=$! echo "$CLIENTCMD -- $PIDVAL"