adjust test cases for the cloudberrydb binary swap test #537
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Summary:
Change 1: introduction of the "system_group" in Binary Swap test
Previously, cloudberrydb introduced a new control group named "system_group" to manage the resource usage of the postmaster process and all other auxiliary processes.
The "system_group" were added to the following three resource group test cases:
resgroup_current_1_queue
resgroup_other_2_queue
resgroup_current_3_queue
Change 2: addressing missing DDL for "insert" test case under Binary Swap test suite
Change 3: refinement of Binary Swap test suite scheduling
The "insert" and second occurrence of "pg_dumpall_current" were deemed unnecessary in the "schedule3" because no subsequent pg_dump comparison. Thus the redundant "pg_dumpall_current" has been removed and test case "insert" has been moved to "schedule1"