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
1db9f12b
Commit
1db9f12b
authored
5 years ago
by
Rick Carback
Browse files
Options
Downloads
Patches
Plain Diff
Modify timeouts
parent
4a8029b2
No related branches found
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
+6
-7
6 additions, 7 deletions
basice2e/run.sh
with
6 additions
and
7 deletions
basice2e/run.sh
+
6
−
7
View file @
1db9f12b
...
...
@@ -120,38 +120,37 @@ echo $PIDVAL >> results/serverpids
echo
"
$DUMMYCMD
--
$PIDVAL
"
# Register two users and then do UDB search on each other
CLIENTCMD
=
"timeout
9
0s ../bin/client
$CLIENTOPTS
-f blob9 -E spencer@elixxir.io -i 9"
CLIENTCMD
=
"timeout
6
0s ../bin/client
$CLIENTOPTS
-f blob9 -E spencer@elixxir.io -i 9
-d 9 -m
\"
Hi
\"
"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client9.out 2>&1 &
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
wait
$PIDVAL
CLIENTCMD
=
"timeout
9
0s ../bin/client
$CLIENTOPTS
-f blob18 -E bernardo@elixxir.io -i 18 -d 3 -m
\"
SEARCH EMAIL spencer@elixxir.io
\"
--keyParams 3,4,2,1.0,2"
CLIENTCMD
=
"timeout
6
0s ../bin/client
$CLIENTOPTS
-f blob18 -E bernardo@elixxir.io -i 18 -d 3 -m
\"
SEARCH EMAIL spencer@elixxir.io
\"
--keyParams 3,4,2,1.0,2"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client18.out 2>&1 &
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
wait
$PIDVAL
CLIENTCMD
=
"timeout
9
0s ../bin/client
$CLIENTOPTS
-f blob9 -i 9 -d 3 -m
\"
SEARCH EMAIL bernardo@elixxir.io
\"
--keyParams 3,4,2,1.0,2"
CLIENTCMD
=
"timeout
6
0s ../bin/client
$CLIENTOPTS
-f blob9 -i 9 -d 3 -m
\"
SEARCH EMAIL bernardo@elixxir.io
\"
--keyParams 3,4,2,1.0,2"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client9.out 2>&1 &
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
wait
$PIDVAL
# Send multiple E2E encrypted messages between users that discovered each other
CLIENTCMD
=
"timeout 6
5
s ../bin/client
$CLIENTOPTS
-v -i 18 -d 9 -f blob18 -m
\"
Hello, 9, with E2E Encryption
\"
--end2end --dummyfrequency 0.1"
CLIENTCMD
=
"timeout 6
0
s ../bin/client
$CLIENTOPTS
-v -i 18 -d 9 -f blob18 -m
\"
Hello, 9, with E2E Encryption
\"
--end2end --dummyfrequency 0.1"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client18_rekey.out 2>&1 &
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
sleep
2
CLIENTCMD
=
"timeout 6
3
s ../bin/client
$CLIENTOPTS
-v -i 9 -d 18 -f blob9 -m
\"
Hello, 18, with E2E Encryption
\"
--end2end --dummyfrequency 0.1"
CLIENTCMD
=
"timeout 6
0
s ../bin/client
$CLIENTOPTS
-v -i 9 -d 18 -f blob9 -m
\"
Hello, 18, with E2E Encryption
\"
--end2end --dummyfrequency 0.1"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client9_rekey.out 2>&1 &
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
sleep
10
wait
$PIDVAL
echo
"RUNNING CLIENTS..."
runclients
...
...
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