Skip to content

Commit

Permalink
[hotfix] Add more logging in Kafka end-to-end test
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Aug 2, 2017
1 parent 68cb25d commit bfd7251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-infra/end-to-end-test/test_streaming_kafka010.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ for i in {1..300}; do
EXPECTED=$(printf "PREFIX:hello\nPREFIX:whats\nPREFIX:up")

if [[ "$DATA_FROM_KAFKA" == "$EXPECTED" ]]; then
echo -e "Retrieved data from Kafka: --$DATA_FROM_KAFKA--"
break
fi

Expand Down

0 comments on commit bfd7251

Please sign in to comment.