forked from apache/cloudberry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add isolation2 and parallel-retrieve test matrix entries (apache#801)
* Add isolation2 and parallel-retrieve test matrix entries Adds two test matrix configurations: - ic-isolation2 for isolation2 installcheck cases - ic-parallel-retrieve-cursor for isolation2 parallel retrieve cursor tests Default settings apply: - num_primary_mirror_pairs: 3 - enable_cgroups: false - enable_core_check: true - pg_settings.optimizer: "" * test: Update expected output for Dynamic Tables integration Dynamic Tables introduce the `relisdynamic` column to indicate dynamic table status. This feature enhances lakehouse query performance by treating external tables more like internal tables, facilitating faster query execution. This commit ensures all related tests correctly reflect these changes. * Move crash specific tests into their own schedule.
- Loading branch information
Showing
6 changed files
with
89 additions
and
50 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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Tests for crash recovery | ||
test: uao_crash_compaction_column | ||
test: uao_crash_compaction_row | ||
test: crash_recovery | ||
test: crash_recovery_redundant_dtx | ||
test: crash_recovery_dtm | ||
test: unlogged_heap_tables | ||
test: unlogged_appendonly_tables | ||
test: udf_exception_blocks_panic_scenarios | ||
test: ao_same_trans_truncate_crash | ||
test: frozen_insert_crash | ||
|
||
test: prevent_ao_wal | ||
|
||
# Tests for packcore, will use the coredumps generated in crash_recovery_dtm, | ||
# so must be scheduled after that one. | ||
test: packcore |
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
Oops, something went wrong.