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
826a5214
Commit
826a5214
authored
3 years ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Fix broken test
parent
7a538b6f
No related branches found
No related tags found
1 merge request
!21
Add test for delete request
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basice2e/run.sh
+8
-6
8 additions, 6 deletions
basice2e/run.sh
with
8 additions
and
6 deletions
basice2e/run.sh
+
8
−
6
View file @
826a5214
...
@@ -421,17 +421,19 @@ echo "NOTE: The command above causes an EXPECTED failure to confirm authenticati
...
@@ -421,17 +421,19 @@ echo "NOTE: The command above causes an EXPECTED failure to confirm authenticati
wait
$PIDVAL2
wait
$PIDVAL2
echo
"DELETING INDIVIDUAL REQUEST FROM CLIENT.."
echo
"DELETING INDIVIDUAL REQUEST FROM CLIENT.."
CLIENTCMD
=
"timeout
36
0s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client46.log -s blob46 --writeContact
$CLIENTOUT
/bruno46-contact.bin --unsafe -m
\"
Hello from Bruno46 to myself, without E2E Encryption
\"
"
CLIENTCMD
=
"timeout
12
0s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client46.log -s blob46 --writeContact
$CLIENTOUT
/bruno46-contact.bin --unsafe -m
\"
Hello from Bruno46 to myself, without E2E Encryption
\"
"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client46.txt
||
true
&
eval
$CLIENTCMD
>>
$CLIENTOUT
/client46.txt
||
true
&
PIDVAL
=
$!
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
echo
"
$CLIENTCMD
--
$PIDVAL
"
wait
$PIDVAL
wait
$PIDVAL
CLIENTCMD
=
"timeout
36
0s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client47.log -s blob47 --writeContact
$CLIENTOUT
/kam47-contact.bin --destfile
$CLIENTOUT
/kam47-contact.bin --send-auth-request --sendCount 0 --receiveCount 0"
CLIENTCMD
=
"timeout
12
0s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client47.log -s blob47 --writeContact
$CLIENTOUT
/kam47-contact.bin --destfile
$CLIENTOUT
/kam47-contact.bin --send-auth-request --sendCount 0 --receiveCount 0"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client47.txt
||
true
&
eval
$CLIENTCMD
>>
$CLIENTOUT
/client47.txt
||
true
&
PIDVAL2
=
$!
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
echo
"
$CLIENTCMD
--
$PIDVAL2
"
wait
$PIDVAL
wait
$PIDVAL2
TMPID
=
$(
cat
$CLIENTOUT
/client4
4
.log |
grep
-a
"User
\:
"
|
awk
-F
' '
'{print $5}'
)
TMPID
=
$(
cat
$CLIENTOUT
/client4
6
.log |
grep
-a
"User
\:
"
|
awk
-F
' '
'{print $5}'
)
BRUNOID
=
${
TMPID
}
BRUNOID
=
${
TMPID
}
echo
"BRUNOID ID:
$BRUNOID
"
echo
"BRUNOID ID:
$BRUNOID
"
...
@@ -440,8 +442,8 @@ eval $CLIENTCMD >> $CLIENTOUT/client46.txt || true &
...
@@ -440,8 +442,8 @@ eval $CLIENTCMD >> $CLIENTOUT/client46.txt || true &
PIDVAL2
=
$!
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
echo
"
$CLIENTCMD
--
$PIDVAL
"
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client47.log -s blob47 --destid b64:
$
DAVID
ID
--sendCount 5 --receiveCount 5 -m
\"
Hello from Kam, with E2E Encryption
\"
"
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client47.log -s blob47 --destid b64:
$
BRUNO
ID
--sendCount 5 --receiveCount 5 -m
\"
Hello from Kam, with E2E Encryption
\"
"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client4
2
.txt
||
true
&
eval
$CLIENTCMD
>>
$CLIENTOUT
/client4
7
.txt
||
true
&
PIDVAL2
=
$!
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
echo
"
$CLIENTCMD
--
$PIDVAL
"
echo
"NOTE: The command above causes an EXPECTED failure to confirm authentication channel!"
echo
"NOTE: The command above causes an EXPECTED failure to confirm authentication channel!"
...
...
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