-
Notifications
You must be signed in to change notification settings - Fork 201
CI: add binary swap CI for REL_2_STABLE #1522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: add binary swap CI for REL_2_STABLE #1522
Conversation
df3d64c to
8cac6b5
Compare
leborchuk
left a comment
There was a problem hiding this 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.
a6cbe5a to
4e80654
Compare
Binary Swap Testing OverviewThis PR enhances the binary swap testing infrastructure that validates Cloudberry version compatibility. Core Mechanism: Uses Key Improvements: Strengthened the
This ensures safe version upgrades/downgrades while maintaining full functionality. |
|
Hi @leborchuk @my-ship-it @congxuebin @edespino guys, could you help review this PR again? Thanks! |
leborchuk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM,
We tested the heap, AO, and AOCO tables. It should be enough to say that the versions are compatible for now.
1112aef to
3fbf031
Compare
Add comprehensive binary swap CI testing for REL_2_STABLE branch: 1. Update test_binary_swap.sh script for testing 2. Integrate with parallel build workflows 3. Add the upgrading_compatibility for robust testing Co-authored-by: Xue-Bin Cong <congxuebin@hashdata.cn>
3fbf031 to
a672684
Compare
|
Now it's ready to be merged. |
Fixes #ISSUE_Number
What does this PR do?
Type of Change
Breaking Changes
Test Plan
make installcheckmake -C src/test installcheck-cbdb-parallelImpact
Performance:
User-facing changes:
Dependencies:
Checklist
Additional Context
CI Skip Instructions