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
!21
Add test for delete request
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Add test for delete request
feature/XX-3789/DeleteIndividualRequests
into
release
Overview
0
Commits
2
Pipelines
0
Changes
1
Closed
Add test for delete request
Josh Brooks
requested to merge
feature/XX-3789/DeleteIndividualRequests
into
release
Feb 17, 2022
Overview
0
Commits
2
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
release
version 1
7a538b6f
Feb 17, 2022
release (base)
and
latest version
latest version
826a5214
2 commits,
Feb 17, 2022
version 1
7a538b6f
1 commit,
Feb 17, 2022
1 file
+
29
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
basice2e/run.sh
+
29
−
0
View file @ 826a5214
Edit in single-file editor
Open in Web IDE
Show full file
@@ -420,6 +420,35 @@ echo "$CLIENTCMD -- $PIDVAL"
echo
"NOTE: The command above causes an EXPECTED failure to confirm authentication channel!"
wait
$PIDVAL2
echo
"DELETING INDIVIDUAL REQUEST FROM CLIENT.."
CLIENTCMD
=
"timeout 120s ../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
&
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
wait
$PIDVAL
CLIENTCMD
=
"timeout 120s ../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
&
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL2
"
wait
$PIDVAL
wait
$PIDVAL2
TMPID
=
$(
cat
$CLIENTOUT
/client46.log |
grep
-a
"User
\:
"
|
awk
-F
' '
'{print $5}'
)
BRUNOID
=
${
TMPID
}
echo
"BRUNOID ID:
$BRUNOID
"
CLIENTCMD
=
"timeout 360s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client46.log -s blob46 --destfile
$CLIENTOUT
/kam47-contact.bin --delete-request --sendCount 0 --receiveCount 0"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client46.txt
||
true
&
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client47.log -s blob47 --destid b64:
$BRUNOID
--sendCount 5 --receiveCount 5 -m
\"
Hello from Kam, with E2E Encryption
\"
"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client47.txt
||
true
&
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
echo
"NOTE: The command above causes an EXPECTED failure to confirm authentication channel!"
wait
$PIDVAL2
echo
"CREATING USERS for SIMULTANEOUSAUTH TEST..."
JONOID
=
$(
../bin/client init
-s
blob85
-l
$CLIENTOUT
/client85.log
--password
hello
--ndf
results/ndf.json
--writeContact
$CLIENTOUT
/jono85-contact.bin
-v
$DEBUGLEVEL
)
Loading