forked from greenplum-db/diskquota-archive
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update diskquota_schedule_int to same as diskquota_schedule
- Loading branch information
1 parent
33f69d6
commit 656a5f3
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |