You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/06/05 06:34:23 UTC

[2/3] kylin git commit: minor, refine smoke test script for acl migration

minor, refine smoke test script for acl migration


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/bcb29fc9
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/bcb29fc9
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/bcb29fc9

Branch: refs/heads/master
Commit: bcb29fc9637b3eee452b3f747caaba7f4088eefe
Parents: 25a5367
Author: Hongbin Ma <ma...@apache.org>
Authored: Mon Jun 5 12:47:09 2017 +0800
Committer: Dong Li <li...@apache.org>
Committed: Mon Jun 5 13:36:34 2017 +0800

----------------------------------------------------------------------
 build/smoke-test/smoke-test.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/bcb29fc9/build/smoke-test/smoke-test.sh
----------------------------------------------------------------------
diff --git a/build/smoke-test/smoke-test.sh b/build/smoke-test/smoke-test.sh
index f174b47..5c2dfda 100755
--- a/build/smoke-test/smoke-test.sh
+++ b/build/smoke-test/smoke-test.sh
@@ -59,6 +59,9 @@ ${KYLIN_HOME}/bin/metastore.sh reset
 
 # Test stage
 ${KYLIN_HOME}/bin/sample.sh
+
+${KYLIN_HOME}/bin/kylin.sh org.apache.kylin.tool.AclTableMigrationCLI MIGRATE
+
 ${KYLIN_HOME}/bin/kylin.sh start
 
 echo "Wait 3 minutes for service start."