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
165a64e2
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
165a64e2
Adjust timeouts for file transfer
· 165a64e2
Richard T. Carback III
authored
Dec 22, 2021
basice2e/run.sh
+
3
−
3
View file @ 165a64e2
Edit in single-file editor
Open in Web IDE
Show full file
@@ -868,7 +868,7 @@ CLIENT111ID=${TMPID}
echo
"CLIENT 111 ID:
$CLIENT111ID
"
# Client 110 will now wait for client 111's E2E Auth channel request and confirm
CLIENTCMD
=
"timeout
24
0s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client110.log -s blob110 --destfile
$CLIENTOUT
/client111-contact.bin --sendCount 0 --receiveCount 0"
CLIENTCMD
=
"timeout
36
0s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client110.log -s blob110 --destfile
$CLIENTOUT
/client111-contact.bin --sendCount 0 --receiveCount 0"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client110.txt
||
true
&
PIDVAL1
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL1
"
@@ -876,11 +876,11 @@ wait $PIDVAL1
wait
$PIDVAL2
# Client 111 sends a file to client 110
CLIENTCMD
=
"timeout
1
60s ../bin/client fileTransfer -s blob110 -l
$CLIENTOUT
/client110.log
$CLIENTFILETRANSFEROPTS
"
CLIENTCMD
=
"timeout
3
60s ../bin/client fileTransfer -s blob110 -l
$CLIENTOUT
/client110.log
$CLIENTFILETRANSFEROPTS
"
eval
$CLIENTCMD
>
$CLIENTOUT
/client110.txt 2>&1
||
true
&
PIDVAL1
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL1
"
CLIENTCMD
=
"timeout
1
60s ../bin/client fileTransfer -s blob111 -l
$CLIENTOUT
/client111.log
$CLIENTFILETRANSFEROPTS
--sendFile
$CLIENTOUT
/client110-contact.bin --filePath LoremIpsum.txt --filePreviewString
\"
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\"
--maxThroughput 5000 --retry 0"
CLIENTCMD
=
"timeout
3
60s ../bin/client fileTransfer -s blob111 -l
$CLIENTOUT
/client111.log
$CLIENTFILETRANSFEROPTS
--sendFile
$CLIENTOUT
/client110-contact.bin --filePath LoremIpsum.txt --filePreviewString
\"
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
\"
--maxThroughput 5000 --retry 0"
eval
$CLIENTCMD
>
$CLIENTOUT
/client111.txt 2>&1
||
true
&
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL2
"
Loading