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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Merge requests
!11
Release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Release
release
into
master
Overview
0
Commits
158
Pipelines
0
Changes
1
Closed
Release
Sydney Anne Erickson
requested to merge
release
into
master
Nov 3, 2021
Overview
0
Commits
158
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
23f11fb0
Prev
Next
Show latest version
1 file
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
23f11fb0
wait longer for the rekey exhaustion test
· 23f11fb0
Richard T. Carback III
authored
Jan 14, 2022
basice2e/run.sh
+
3
−
2
View file @ 23f11fb0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -35,6 +35,7 @@ CLIENTUDOPTS="--password hello --ndf results/ndf.json -v $DEBUGLEVEL"
CLIENTSINGLEOPTS
=
"--password hello --waitTimeout 360 --ndf results/ndf.json -v
$DEBUGLEVEL
"
CLIENTGROUPOPTS
=
"--password hello --waitTimeout 360 --ndf results/ndf.json -v
$DEBUGLEVEL
"
CLIENTFILETRANSFEROPTS
=
"--password hello --waitTimeout 360 --ndf results/ndf.json -v
$DEBUGLEVEL
"
CLIENTREKEYOPTS
=
"--password hello --ndf results/ndf.json --verify-sends --waitTimeout 420 --unsafe-channel-creation -v
$DEBUGLEVEL
"
mkdir
-p
$SERVERLOGS
mkdir
-p
$GATEWAYLOGS
@@ -428,13 +429,13 @@ wait $PIDVAL2
# Now we are just going to exhaust all the keys we have and see if we
# use the unconfirmed channels
CLIENTCMD
=
"timeout
36
0s ../bin/client
$CLIENTOPTS
$REKEYOPTS
-l
$CLIENTOUT
/client100.log -s blob100 --destid b64:
$NIAMHID
--sendCount 20 --receiveCount 0 -m
\"
Hello from Jake100, with E2E Encryption
\"
"
CLIENTCMD
=
"timeout
42
0s ../bin/client
$CLIENT
REKEY
OPTS
$REKEYOPTS
-l
$CLIENTOUT
/client100.log -s blob100 --destid b64:
$NIAMHID
--sendCount 20 --receiveCount 0 -m
\"
Hello from Jake100, with E2E Encryption
\"
"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client100.txt
||
true
&
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
wait
$PIDVAL
# And receive those messages sent to us
CLIENTCMD
=
"timeout
36
0s ../bin/client
$CLIENTOPTS
$REKEYOPTS
-l
$CLIENTOUT
/client101.log -s blob101 --destid b64:
$JAKEID
--sendCount 0 --receiveCount 20"
CLIENTCMD
=
"timeout
42
0s ../bin/client
$CLIENT
REKEY
OPTS
$REKEYOPTS
-l
$CLIENTOUT
/client101.log -s blob101 --destid b64:
$JAKEID
--sendCount 0 --receiveCount 20"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client101.txt
||
true
&
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
Loading