Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-hawq
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/1e5e996e Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/1e5e996e Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/1e5e996e Branch: refs/heads/master Commit: 1e5e996ec9ac8a1fdff6e6797dc9cbf9dd41768c Parents: 9ccac44 af656af Author: Shivram Mani <[email protected]> Authored: Tue Nov 1 13:49:37 2016 -0700 Committer: Shivram Mani <[email protected]> Committed: Tue Nov 1 13:49:37 2016 -0700 ---------------------------------------------------------------------- pom.xml | 5 +- src/pl/plr.spec | 10 +- .../backup_usage2case1/bucket0_tpl.yml | 31 -- .../contain_error_symbol_tpl.yml | 31 -- .../backup_usage2case1/error_blockszie_tpl.yml | 31 -- .../backup_usage2case1/error_checksum_tpl.yml | 31 -- .../error_compresslevel_tpl.yml | 31 -- .../error_compresstype_tpl.yml | 31 -- .../backup_usage2case1/error_encoding_tpl.yml | 31 -- .../backup_usage2case1/error_pagesize_tpl.yml | 31 -- .../error_rowgroupsize_tpl.yml | 31 -- .../backup_usage2case1/error_schema_tpl.yml | 33 -- .../backup_usage2case1/float_eof_tpl.yml | 31 -- .../backup_usage2case1/larger_eof_tpl.yml | 31 -- .../backup_usage2case1/minus_eof_tpl.yml | 31 -- .../wrong_distributed_policy_tpl.yml | 31 -- .../missing_constraint_partition.yml | 295 +++++++++++++ .../constraint_not_exists_in_catalog_tpl.yml | 98 +++++ .../different_partition_policy_tpl.yml | 98 +++++ .../duplicate_partition_constraint_tpl.yml | 98 +++++ .../partition/force_mode_normal_tpl.yml | 290 +++++++++++++ .../partition/sub_set_catalog_table_tpl.yml | 79 ++++ .../table_exists_list_partition_tpl.yml | 98 +++++ .../table_exists_range_partition_tpl.yml | 98 +++++ .../table_exists_table_file_not_exists_tpl.yml | 98 +++++ .../table_not_exists_list_partition_tpl.yml | 98 +++++ .../table_not_exists_range_partition_tpl.yml | 98 +++++ ...ble_not_exists_table_file_not_exists_tpl.yml | 98 +++++ .../feature/ManagementTool/test_hawq_register.h | 3 + .../test_hawq_register_partition.cpp | 215 ++++++++++ .../test_hawq_register_usage2_case1.cpp | 1 + .../test_hawq_register_usage2_case3.cpp | 81 ---- .../ManagementTool/usage2case3/t_tpl_old_1.yml | 31 -- .../ManagementTool/usage2case3/t_tpl_old_2.yml | 33 -- .../ManagementTool/usage2case3/t_tpl_old_3.yml | 21 - .../ManagementTool/usage2case3/t_tpl_old_4.yml | 23 -- src/test/feature/README.md | 7 +- src/test/feature/gtest-parallel | 411 +++++++++++++++++++ src/test/feature/parallel-run-feature-test.sh | 54 +++ src/test/feature/sequence.txt | 1 + src/test/feature/test_main.cpp | 74 ---- tools/bin/hawqregister | 319 ++++++++++---- 42 files changed, 2477 insertions(+), 794 deletions(-) ----------------------------------------------------------------------
