Skip to content
Snippets Groups Projects
Commit 7fb3ff82 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'L2SS-996-fix-importlib-metadata-constraints' into 'master'

L2SS-996: Resolve L2SS-996 "Fix importlib metadata constraints"

Closes L2SS-996

See merge request !441
parents 16d18364 89807d6f
No related branches found
No related tags found
1 merge request!441L2SS-996: Resolve L2SS-996 "Fix importlib metadata constraints"
...@@ -32,7 +32,8 @@ function integration_test { ...@@ -32,7 +32,8 @@ function integration_test {
echo "make restart ${restarts[@]} ..." echo "make restart ${restarts[@]} ..."
make restart "${restarts[@]}" make restart "${restarts[@]}"
fi fi
sleep 10 #TODO(L2SS-988): Use healthcheck to wait for containers to become ready
sleep 30
echo "make integration ${1} ..." echo "make integration ${1} ..."
make integration "${1}" make integration "${1}"
} }
...@@ -105,6 +106,7 @@ integration_test dummy ...@@ -105,6 +106,7 @@ integration_test dummy
make start elk make start elk
# Give elk time to start # Give elk time to start
# TODO(L2SS-988): Use a nicer more reliable mechanism
sleep 10 sleep 10
# Update the dsconfig # Update the dsconfig
...@@ -128,7 +130,7 @@ make start $DEVICES ...@@ -128,7 +130,7 @@ make start $DEVICES
make start archiver-timescale make start archiver-timescale
# Give devices time to restart # 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 sleep 70
# Give archiver-timescale time to start # Give archiver-timescale time to start
......
importlib-metadata<2.0.0,>=0.12;python_version<"3.8"
sphinx>=4.3.2 # BSD sphinx>=4.3.2 # BSD
sphinx-rtd-theme>=1.0.0 # MIT sphinx-rtd-theme>=1.0.0 # MIT
\ No newline at end of file
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# order of appearance. Changing the order has an impact on the overall # order of appearance. Changing the order has an impact on the overall
# integration process, which may cause wedges in the gate later. # integration process, which may cause wedges in the gate later.
importlib-metadata<2.0.0,>=0.12;python_version<"3.8"
lofar-station-client@git+https://git.astron.nl/lofar2.0/lofar-station-client@0.6.0 lofar-station-client@git+https://git.astron.nl/lofar2.0/lofar-station-client@0.6.0
numpy numpy
mock mock
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# order of appearance. Changing the order has an impact on the overall # order of appearance. Changing the order has an impact on the overall
# integration process, which may cause wedges in the gate later. # integration process, which may cause wedges in the gate later.
importlib-metadata<2.0.0,>=0.12;python_version<"3.8"
asynctest>=0.13.0 # Apache-2.0 asynctest>=0.13.0 # Apache-2.0
bandit>=1.6.0 # Apache-2.0 bandit>=1.6.0 # Apache-2.0
virtualenv>=20.16.0 # MIT virtualenv>=20.16.0 # MIT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment