test: github actions debug printouts

This commit is contained in:
Kjell Winblad 2022-09-23 15:02:01 +02:00
parent a3c88b40a0
commit ac37c5d58a
2 changed files with 9 additions and 0 deletions

View File

@ -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 ++++++++"

View File

@ -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