You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2019/01/11 08:23:38 UTC

[flink] branch master updated: Fix queryable-state nightly test

This is an automated email from the ASF dual-hosted git repository.

aljoscha pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 157a267  Fix queryable-state nightly test
157a267 is described below

commit 157a26724557b287b3dff5b9e24aff447acae824
Author: Aljoscha Krettek <al...@gmail.com>
AuthorDate: Fri Jan 11 09:22:23 2019 +0100

    Fix queryable-state nightly test
---
 flink-end-to-end-tests/test-scripts/queryable_state_base.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-end-to-end-tests/test-scripts/queryable_state_base.sh b/flink-end-to-end-tests/test-scripts/queryable_state_base.sh
index 65ddef4..2801da4 100644
--- a/flink-end-to-end-tests/test-scripts/queryable_state_base.sh
+++ b/flink-end-to-end-tests/test-scripts/queryable_state_base.sh
@@ -24,6 +24,7 @@ function link_queryable_state_lib {
         echo "Failed to move flink-queryable-state-runtime from opt/ to lib/. Exiting"
         exit 1
     fi
+    set_conf "queryable-state.enable" "true"
 }
 
 function unlink_queryable_state_lib {