Github user tzulitai commented on a diff in the pull request:
https://github.com/apache/flink/pull/6023#discussion_r190144815
--- Diff: flink-end-to-end-tests/run-pre-commit-tests.sh ---
@@ -93,6 +93,14 @@ if [ $EXIT_CODE == 0 ]; then
EXIT_CODE=$?
fi
+if [ $EXIT_CODE == 0 ]; then
+ printf
"\n==============================================================================\n"
+ printf "Running Distributed cache end-to-end test\n"
+ printf
"==============================================================================\n"
+
$END_TO_END_DIR/test-scripts/test_streaming_distributed_cache_via_blob.sh
--- End diff --
Should update this to use the new `run_test` utility we have.
---