Skip to content

Commit

Permalink
update diskquota_schedule_int to same as diskquota_schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
HaozhouWang committed Dec 18, 2020
1 parent 33f69d6 commit 656a5f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion diskquota_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ test: prepare
# disable this tese due to GPDB behavior change
# test: test_table_size
test: test_fast_disk_check
test: test_insert_after_drop
#test: test_insert_after_drop
test: test_role test_schema test_drop_table test_column test_copy test_update test_toast test_truncate test_reschema test_temp_role test_rename test_delete_quota test_mistake
test: test_truncate
test: test_delete_quota
Expand Down
4 changes: 2 additions & 2 deletions diskquota_schedule_int
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
test: init
test: prepare
test: test_table_size
#test: test_table_size
test: test_fast_disk_check
test: test_role test_schema test_drop_table test_column test_copy test_update test_toast test_truncate test_reschema test_temp_role test_rename test_delete_quota test_mistake
test: test_truncate
test: test_delete_quota
test: test_partition
test: test_manytable
test: clean
test: test_insert_after_drop
#test: test_insert_after_drop

0 comments on commit 656a5f3

Please sign in to comment.