Skip to content
Snippets Groups Projects
Commit f4a29a5a authored by Josh Brooks's avatar Josh Brooks
Browse files

Add better documentation

parent f9224117
No related branches found
No related tags found
1 merge request!4Release
...@@ -333,9 +333,9 @@ eval $CLIENTCMD >> $CLIENTOUT/client42.txt || true & ...@@ -333,9 +333,9 @@ eval $CLIENTCMD >> $CLIENTOUT/client42.txt || true &
echo "$CLIENTCMD -- $PIDVAL" echo "$CLIENTCMD -- $PIDVAL"
PIDVAL1=$! PIDVAL1=$!
wait $PIDVAL1 wait $PIDVAL1
# FIXME: causes the following EXPECTED error: # NOTE the command below causes the following EXPECTED error:
# panic: Could not confirm authentication channel for HTAmEeBhbLi6aFqcWsi3OZNDE/642GAchpATjhYFTHwD, waited 120 seconds. # panic: Could not confirm authentication channel for HTAmEeBhbLi6aFqcWsi3OZNDE/642GAchpATjhYFTHwD, waited 120 seconds.
# Need a way to inteligently check that this error exists on this test only, but not counting false positives in other tests (ie actual unexpected errors) # Note that the above is example, client IDs will vary
CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client42.log -s blob42 --destid b64:$BENID --sendCount 5 --receiveCount 5 -m \"Hello from Rick42, with E2E Encryption\"" CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client42.log -s blob42 --destid b64:$BENID --sendCount 5 --receiveCount 5 -m \"Hello from Rick42, with E2E Encryption\""
eval $CLIENTCMD >> $CLIENTOUT/client42.txt || true & eval $CLIENTCMD >> $CLIENTOUT/client42.txt || true &
PIDVAL2=$! PIDVAL2=$!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment