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
def7ad73
Commit
def7ad73
authored
4 years ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Bump send/receive count for Message pickup retry test
parent
82472c70
No related branches found
No related tags found
1 merge request
!4
Release
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
basice2e/run.sh
+2
-2
2 additions, 2 deletions
basice2e/run.sh
with
2 additions
and
2 deletions
basice2e/run.sh
+
2
−
2
View file @
def7ad73
...
@@ -402,11 +402,11 @@ wait $PIDVAL
...
@@ -402,11 +402,11 @@ wait $PIDVAL
wait
$PIDVAL2
wait
$PIDVAL2
echo
"FORCING MESSAGE PICKUP RETRY... "
echo
"FORCING MESSAGE PICKUP RETRY... "
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
--forceMessagePickupRetry -l
$CLIENTOUT
/client20.log -s blob20 --sendid 20 --destid 21 --sendCount
10
--receiveCount
10
-m
\"
Hello from 20, without E2E Encryption
\"
"
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
--forceMessagePickupRetry -l
$CLIENTOUT
/client20.log -s blob20 --sendid 20 --destid 21 --sendCount
8
--receiveCount
8
-m
\"
Hello from 20, without E2E Encryption
\"
"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client20.txt
||
true
&
eval
$CLIENTCMD
>>
$CLIENTOUT
/client20.txt
||
true
&
PIDVAL
=
$!
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
echo
"
$CLIENTCMD
--
$PIDVAL
"
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
--forceMessagePickupRetry -l
$CLIENTOUT
/client21.log -s blob21 --sendid 21 --destid 20 --sendCount
10
--receiveCount
10
-m
\"
Hello from 21, without E2E Encryption
\"
"
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
--forceMessagePickupRetry -l
$CLIENTOUT
/client21.log -s blob21 --sendid 21 --destid 20 --sendCount
8
--receiveCount
8
-m
\"
Hello from 21, without E2E Encryption
\"
"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client21.txt
||
true
&
eval
$CLIENTCMD
>>
$CLIENTOUT
/client21.txt
||
true
&
PIDVAL2
=
$!
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
echo
"
$CLIENTCMD
--
$PIDVAL
"
...
...
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