Repository: kylin Updated Branches: refs/heads/2.x-staging df050cff9 -> cfa97f689
Remove UT only test cubes from project âdefaultâ Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/cfa97f68 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/cfa97f68 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/cfa97f68 Branch: refs/heads/2.x-staging Commit: cfa97f689796803f0d2fd2bc77bfb85042a4d1f0 Parents: df050cf Author: shaofengshi <[email protected]> Authored: Thu Dec 3 10:37:25 2015 +0800 Committer: shaofengshi <[email protected]> Committed: Thu Dec 3 10:37:25 2015 +0800 ---------------------------------------------------------------------- .../localmeta/project/default.json | 35 -------------------- 1 file changed, 35 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/cfa97f68/examples/test_case_data/localmeta/project/default.json ---------------------------------------------------------------------- diff --git a/examples/test_case_data/localmeta/project/default.json b/examples/test_case_data/localmeta/project/default.json index 36ab73d..6cf5747 100644 --- a/examples/test_case_data/localmeta/project/default.json +++ b/examples/test_case_data/localmeta/project/default.json @@ -23,41 +23,6 @@ "realization": "test_kylin_cube_without_slr_left_join_empty" }, { - "name": "test_kylin_cube_with_slr_1_new_segment", - "type": "CUBE", - "realization": "test_kylin_cube_with_slr_1_new_segment" - }, - { - "name": "test_kylin_cube_with_slr_left_join_ready", - "type": "CUBE", - "realization": "test_kylin_cube_with_slr_left_join_ready" - }, - { - "name": "test_kylin_cube_with_slr_ready", - "type": "CUBE", - "realization": "test_kylin_cube_with_slr_ready" - }, - { - "name": "test_kylin_cube_with_slr_ready_2_segments", - "type": "CUBE", - "realization": "test_kylin_cube_with_slr_ready_2_segments" - }, - { - "name": "test_kylin_cube_without_slr_left_join_ready", - "type": "CUBE", - "realization": "test_kylin_cube_without_slr_left_join_ready" - }, - { - "name": "test_kylin_cube_without_slr_left_join_ready_2_segments", - "type": "CUBE", - "realization": "test_kylin_cube_without_slr_left_join_ready_2_segments" - }, - { - "name": "test_kylin_cube_without_slr_ready", - "type": "CUBE", - "realization": "test_kylin_cube_without_slr_ready" - }, - { "name": "test_kylin_ii_left_join", "type": "INVERTED_INDEX", "realization": "test_kylin_ii_left_join"
