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

Fix TTY for UC3 tests

parent 471a7ace
No related branches found
No related tags found
1 merge request!232Add smoke tests for benchmark
Pipeline #6383 passed
#!/bin/sh
docker-compose exec kcat kcat -C -b kafka:9092 -t output -s key=s -s value=s -r http://schema-registry:8081 -f '%k:%s\n' -c 600 |
docker-compose exec -T kcat kcat -C -b kafka:9092 -t output -s key=s -s value=s -r http://schema-registry:8081 -f '%k:%s\n' -c 600 |
tee /dev/stderr |
awk -F ':' '!/^%/ {print $1}' |
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