Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LOFAR2.0
tango
Commits
89807d6f
Commit
89807d6f
authored
2 years ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-996
: Fix recv_cluster test becoming unreliable
parent
32d315fe
No related branches found
No related tags found
1 merge request
!441
L2SS-996: Resolve L2SS-996 "Fix importlib metadata constraints"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sbin/run_integration_test.sh
+4
-2
4 additions, 2 deletions
sbin/run_integration_test.sh
with
4 additions
and
2 deletions
sbin/run_integration_test.sh
+
4
−
2
View file @
89807d6f
...
...
@@ -32,7 +32,8 @@ function integration_test {
echo
"make restart
${
restarts
[@]
}
..."
make restart
"
${
restarts
[@]
}
"
fi
sleep
10
#TODO(L2SS-988): Use healthcheck to wait for containers to become ready
sleep
30
echo
"make integration
${
1
}
..."
make integration
"
${
1
}
"
}
...
...
@@ -105,6 +106,7 @@ integration_test dummy
make start elk
# Give elk time to start
# TODO(L2SS-988): Use a nicer more reliable mechanism
sleep
10
# Update the dsconfig
...
...
@@ -128,7 +130,7 @@ make start $DEVICES
make start archiver-timescale
# Give devices time to restart
# TODO(
Corne Lukken
): Use a nicer more reliable mechanism
# TODO(
L2SS-988
): Use a nicer more reliable mechanism
sleep
70
# Give archiver-timescale time to start
...
...
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