Skip to content
Snippets Groups Projects
Commit 219815ab authored by Sören Henning's avatar Sören Henning
Browse files

Fix Beam smoketests

parent 584f5617
No related branches found
No related tags found
No related merge requests found
Pipeline #6620 passed
......@@ -2,7 +2,7 @@
sleep 55s # to let the benchmark and produce some output
docker-compose logs --tail 100 benchmark-taskmanager |
sed -n "s/^.*Key:\s\(\S*\), Value:\s\(\S*\).*$/\2/p" |
sed -n "s/^.*Record:\s\(\S*\)$/\1/p" |
tee /dev/stderr |
jq .identifier |
sort |
......
......@@ -2,7 +2,7 @@
sleep 55s # to let the benchmark and produce some output
docker-compose logs --tail 100 benchmark |
sed -n "s/^.*Key:\s\(\S*\), Value:\s\(\S*\).*$/\2/p" |
sed -n "s/^.*Record:\s\(\S*\)$/\1/p" |
tee /dev/stderr |
jq .identifier |
sort |
......
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