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
f3b09f2b
Commit
f3b09f2b
authored
3 years ago
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
fix e2e script and registration scheduling params
parent
f437e8a9
No related branches found
Branches containing commit
No related tags found
2 merge requests
!68
Master merge
,
!11
Release
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
basice2e/e2eReport.py
+2
-2
2 additions, 2 deletions
basice2e/e2eReport.py
basice2e/registration.json
+3
-5
3 additions, 5 deletions
basice2e/registration.json
with
5 additions
and
7 deletions
basice2e/e2eReport.py
+
2
−
2
View file @
f3b09f2b
...
...
@@ -75,9 +75,9 @@ def main():
if
sent_round
not
in
rounds_sent
:
rounds_sent
[
sent_round
]
=
False
elif
"
Received message of
type
"
in
line
or
"
Received AuthRequest from
"
in
line
or
"
Received AuthConfirm from
"
in
line
:
elif
"
Received message of
"
in
line
or
"
Received AuthRequest from
"
in
line
or
"
Received AuthConfirm from
"
in
line
:
# Capture message receiving
received_message
=
re
.
findall
(
'
msgDigest: (.{20})
'
,
line
)[
0
]
received_message
=
re
.
findall
(
'
msgDigest: (.{20})
'
,
line
)[
0
]
log
.
debug
(
"
Located received message: {}
"
.
format
(
received_message
))
# Capture message timestamp
...
...
This diff is collapsed.
Click to expand it.
basice2e/registration.json
+
3
−
5
View file @
f3b09f2b
...
...
@@ -4,11 +4,9 @@
"RealtimeTimeout"
:
15000
,
"DebugTrackRounds"
:
true
,
"BatchSize"
:
32
,
"MinimumDelay"
:
3000
,
"RealtimeDelay"
:
5000
,
"SemiOptimalOrdering"
:
true
,
"Secure"
:
true
,
"MinimumDelay"
:
1000
,
"RealtimeDelay"
:
2000
,
"Threshold"
:
0.3
,
"NodeCleanUpInterval"
:
3
,
"NodeCleanUpInterval"
:
180000
,
"ResourceQueueTimeout"
:
300000
}
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