CI: add gpMgmt Behave test - #1639
Draft
tuhaihe wants to merge 18 commits into
Draft
Conversation
tuhaihe
marked this pull request as draft
March 25, 2026 08:15
tuhaihe
force-pushed
the
add-behave-test-ci
branch
from
June 23, 2026 10:33
c164594 to
ba96697
Compare
tuhaihe
force-pushed
the
add-behave-test-ci
branch
from
June 24, 2026 06:37
5d95913 to
0e824bd
Compare
tuhaihe
force-pushed
the
add-behave-test-ci
branch
from
June 24, 2026 08:00
0e824bd to
c0fd832
Compare
- Add --differential flag to gprecoverseg argparse with proper conflict validation against -F, -p, -r, and -o options - Create missing SQL files for gpcheckcat legacy/non-legacy hash ops tests: create_legacy_hash_ops_tables.sql and create_non_legacy_hashops_tables.sql
When hot_standby is off, the postmaster reports PM_STATUS_STANDBY as soon as recovery starts, which pg_ctl -w treats as "ready". For the promote_trigger_file promotion path (used by gpactivatestandby's force path), this makes gpstart connect before the standby has finished promoting, failing with "the database system is not accepting connections / Hot standby mode is disabled". Extend the existing promotion_requested guard to also cover a configured, already-present promote_trigger_file so pg_ctl -w waits for PM_STATUS_READY.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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