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

Reduce experiment smoketest time for UC4/Samza

parent 05c84d2b
No related branches found
No related tags found
No related merge requests found
Pipeline #10439 canceled
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
until docker-compose exec -T kcat kcat -L -b kafka:9092 -t output -J | jq -r '.topics[0].partitions | length' | grep "\b3\b"; do sleep 5s; done until docker-compose exec -T kcat kcat -L -b kafka:9092 -t output -J | jq -r '.topics[0].partitions | length' | grep "\b3\b"; do sleep 5s; done
docker-compose exec -T kcat kcat -C -b kafka:9092 -t output -s key=s -s value=avro -r http://schema-registry:8081 -f '%k:%s\n' -c 2000 | docker-compose exec -T kcat kcat -C -b kafka:9092 -t output -s key=s -s value=avro -r http://schema-registry:8081 -f '%k:%s\n' -c 300 |
tee /dev/stderr | tee /dev/stderr |
awk -F ':' '!/^%/ {print $1}' | awk -F ':' '!/^%/ {print $1}' |
sort | 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