Skip to content

Commit

Permalink
[FLINK-7300] Also ignore DisconnectException in end-to-end test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Aug 11, 2017
1 parent e3b27ed commit 00d5b62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-infra/end-to-end-test/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function stop_cluster {
| grep -v "RetriableCommitFailedException" \
| grep -v "NoAvailableBrokersException" \
| grep -v "Async Kafka commit failed" \
| grep -v "DisconnectException" \
| grep -iq "error"; then
echo "Found error in log files:"
cat $FLINK_DIR/log/*
Expand All @@ -78,6 +79,7 @@ function stop_cluster {
| grep -v "RetriableCommitFailedException" \
| grep -v "NoAvailableBrokersException" \
| grep -v "Async Kafka commit failed" \
| grep -v "DisconnectException" \
| grep -iq "exception"; then
echo "Found exception in log files:"
cat $FLINK_DIR/log/*
Expand Down

0 comments on commit 00d5b62

Please sign in to comment.