From f4a29a5a83ffd2859a7e4e9ba322086630311a29 Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Fri, 28 May 2021 12:19:00 -0700
Subject: [PATCH] Add better documentation

---
 basice2e/run.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/basice2e/run.sh b/basice2e/run.sh
index c9ef541..24488ed 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -333,9 +333,9 @@ eval $CLIENTCMD >> $CLIENTOUT/client42.txt || true &
 echo "$CLIENTCMD -- $PIDVAL"
 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.
-# 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\""
 eval $CLIENTCMD >> $CLIENTOUT/client42.txt || true &
 PIDVAL2=$!
-- 
GitLab