This is an automated email from the ASF dual-hosted git repository. yjhjstz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 2c3ad98952fae9d650c1efdc48b4595ae37d9b8a Author: Soumyadeep Chakraborty <[email protected]> AuthorDate: Fri Nov 4 20:55:21 2022 -0700 ao/co: Move unique index DML tests to new group Grouping them with the other uao_dml tests led to flakes. Move them to a new group. Heed the words of wisdom: "These tests use gp_select_invisible and VACUUM, and will get confused if there are concurrent transactions holding back the global xmin." --- src/test/regress/greenplum_schedule | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/test/regress/greenplum_schedule b/src/test/regress/greenplum_schedule index 58d65b4cb1..d1861f680b 100755 --- a/src/test/regress/greenplum_schedule +++ b/src/test/regress/greenplum_schedule @@ -236,7 +236,7 @@ test: uao_ddl/gp_partition_tables_column uao_ddl/gp_partition_tables_row # These tests use gp_select_invisible and VACUUM, and will get confused if there are # concurrent transactions holding back the global xmin. -test: uao_dml/uao_dml_cursor_row uao_dml/uao_dml_select_row uao_dml/uao_dml_cursor_column uao_dml/uao_dml_select_column uao_dml/uao_dml_unique_index_delete_row uao_dml/uao_dml_unique_index_delete_column uao_dml/uao_dml_unique_index_update_row uao_dml/uao_dml_unique_index_update_column +test: uao_dml/uao_dml_cursor_row uao_dml/uao_dml_select_row uao_dml/uao_dml_cursor_column uao_dml/uao_dml_select_column # test ao partition unique index update test: ao_unique_index_partition @@ -348,4 +348,7 @@ test: dynamic_table # different CI env with GPDB # test: gp_check_files +# DML tests for AO/CO unique indexes. +test: uao_dml/uao_dml_unique_index_delete_row uao_dml/uao_dml_unique_index_delete_column uao_dml/uao_dml_unique_index_update_row uao_dml/uao_dml_unique_index_update_column + # end of tests --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
