Skip to content

Conversation

@tuhaihe
Copy link
Member

@tuhaihe tuhaihe commented Jan 8, 2026

  1. Use test_binary_swap.sh for testing
  2. Integrate with parallel builds in workflow
  3. Update terminology (Master -> Coordinator)
  4. Add build script injection for compatibility

Fixes #ISSUE_Number

What does this PR do?

Type of Change

  • Bug fix (non-breaking change)
  • New feature (non-breaking change)
  • Breaking change (fix or feature with breaking changes)
  • Documentation update

Breaking Changes

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Passed make installcheck
  • Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


@tuhaihe tuhaihe force-pushed the binary-swap-ci-rel2-clean branch from df3d64c to 8cac6b5 Compare January 8, 2026 10:12
Copy link
Contributor

@leborchuk leborchuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, amazing work! No doubt! I made some comments. They are optional. I just do not understand all the nuances and asked for more details.

- name: Checkout Baseline Code
uses: actions/checkout@v4
with:
ref: ${{ needs.resolve-baseline.outputs.baseline_version }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, if it's the baseline version and has a tag. Maybe the RPM has already been uploaded and we don't need to build it again?

steps:
- name: Free Disk Space
run: |
echo "=== Disk space before cleanup ==="
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's place all the commands below in the devops directory and reuse the script in every place where we need to clear the host data. (Since we already use it in build-cloudberry.yml, it can be done in a separate PR.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem. Will create a new PR to update it.


CREATE TABLE sales_partition_heap_part3
PARTITION OF sales_partition_heap
FOR VALUES IN ('Processing');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also check if AO/AOCO tables work as expected?

@tuhaihe tuhaihe force-pushed the binary-swap-ci-rel2-clean branch 2 times, most recently from 5ae6f4b to dcbca29 Compare January 10, 2026 01:27
1. Use test_binary_swap.sh for testing
2. Integrate with parallel builds in workflow
3. Update terminology (Master -> Coordinator)
4. Add build script injection for compatibility
@tuhaihe tuhaihe force-pushed the binary-swap-ci-rel2-clean branch from cc181b0 to ababd95 Compare January 10, 2026 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants