[
https://issues.apache.org/jira/browse/FLINK-9383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16486838#comment-16486838
]
ASF GitHub Bot commented on FLINK-9383:
---------------------------------------
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.
> Extend DistributedCache E2E test to cover directories
> -----------------------------------------------------
>
> Key: FLINK-9383
> URL: https://issues.apache.org/jira/browse/FLINK-9383
> Project: Flink
> Issue Type: Improvement
> Components: Local Runtime, Tests
> Affects Versions: 1.6.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Minor
> Fix For: 1.6.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)