Skip to content

Commit

Permalink
Add isolation2 and parallel-retrieve test matrix entries
Browse files Browse the repository at this point in the history
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: ""
  • Loading branch information
edespino committed Dec 19, 2024
1 parent 3f1e4be commit 9624df1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-cloudberry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@ jobs:
{"test":"ic-fixme",
"make_configs":["src/test/regress:installcheck-fixme"],
"enable_core_check":false
},
{"test":"ic-isolation2",
"make_configs":["src/test/isolation2:installcheck"]
},
{"test":"ic-parallel-retrieve-cursor",
"make_configs":["src/test/isolation2:installcheck-parallel-retrieve-cursor"]
}
]
}'
Expand Down

0 comments on commit 9624df1

Please sign in to comment.