Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
a5ed5848
Commit
a5ed5848
authored
3 years ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Fix issue in client error test
parent
07f0e398
Branches
josh/groupCreationScript
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basice2e/run.sh
+2
-2
2 additions, 2 deletions
basice2e/run.sh
with
2 additions
and
2 deletions
basice2e/run.sh
+
2
−
2
View file @
a5ed5848
...
...
@@ -271,7 +271,7 @@ then
wait
$PIDVAL2
echo
"FORCING CLIENT ERROR... (NON-E2E, PRECAN)"
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
--forceClientErrors=
127
.0.0.
1:5000
0 --unsafe -l
$CLIENTOUT
/client14.log -s blob14 --sendid 1 --destid 2 --sendCount 20 --receiveCount 20 -m
\"
Hello from 1, without E2E Encryption
\"
"
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
--forceClientErrors=
0
.0.0.
0:844
0 --unsafe -l
$CLIENTOUT
/client14.log -s blob14 --sendid 1 --destid 2 --sendCount 20 --receiveCount 20 -m
\"
Hello from 1, without E2E Encryption
\"
"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client14.txt
||
true
&
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
...
...
@@ -401,7 +401,7 @@ wait $PIDVAL
wait
$PIDVAL2
echo
"FORCING CLIENT ERROR... "
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
--forceClientErrors=
127
.0.0.
1:5000
0 --unsafe -l
$CLIENTOUT
/client14.log -s blob14 --sendid 1 --destid 2 --sendCount 20 --receiveCount 20 -m
\"
Hello from 1, without E2E Encryption
\"
"
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
--forceClientErrors=
0
.0.0.
0:844
0 --unsafe -l
$CLIENTOUT
/client14.log -s blob14 --sendid 1 --destid 2 --sendCount 20 --receiveCount 20 -m
\"
Hello from 1, without E2E Encryption
\"
"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client14.txt
||
true
&
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment