test: github actions debug printouts
This commit is contained in:
parent
a3c88b40a0
commit
ac37c5d58a
|
@ -44,3 +44,6 @@ kafka-configs.sh --bootstrap-server localhost:9092 --alter --add-config 'SCRAM-S
|
|||
echo "+++++++ Wait until Kafka ports are down ++++++++"
|
||||
|
||||
bash -c 'while printf "" 2>>/dev/null >>/dev/tcp/$0/$1; do sleep 1; done' $SERVER $PORT1
|
||||
|
||||
echo "+++++++ Kafka ports are down ++++++++"
|
||||
|
||||
|
|
|
@ -145,6 +145,12 @@ if [ "$ONLY_UP" = 'yes' ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
sleep 10
|
||||
|
||||
echo "DOCKER COMPOSE LOGS kafka_1"
|
||||
|
||||
docker-compose $F_OPTIONS logs kafka_1
|
||||
|
||||
if [ "$ATTACH" = 'yes' ]; then
|
||||
docker exec -it "$ERLANG_CONTAINER" bash
|
||||
elif [ "$CONSOLE" = 'yes' ]; then
|
||||
|
|
Loading…
Reference in New Issue