This is an automated email from the ASF dual-hosted git repository.

maxyang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


    from 56632f55f7 Dynamic Table. (#725)
     new 07c4d130e1 gprecoverseg: Add ability to handle interrupts
     new 0a2d22feb4 Add new option start_new_session to Command class
     new cd4a4d2cf6 [7X] Skip ssh if segments are on the same host with 
coordinator. (#16812)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gpMgmt/bin/gppylib/commands/base.py                |  31 +-
 gpMgmt/bin/gppylib/commands/gp.py                  |  10 +-
 gpMgmt/bin/gppylib/commands/unix.py                |  32 +
 .../bin/gppylib/operations/buildMirrorSegments.py  |  14 +-
 .../gppylib/operations/detect_unreachable_hosts.py |   8 +-
 gpMgmt/bin/gppylib/programs/clsRecoverSegment.py   |  55 +-
 .../test/unit/test_cluster_clsrecoversegment.py    |  78 +++
 gpMgmt/sbin/gpsegrecovery.py                       |  15 +
 gpMgmt/sbin/recovery_base.py                       |  10 +-
 gpMgmt/test/behave/mgmt_utils/gprecoverseg.feature | 762 +++++++++++++++++++++
 .../behave/mgmt_utils/gprecoverseg_newhost.feature | 140 +++-
 gpMgmt/test/behave/mgmt_utils/steps/mgmt_utils.py  | 155 ++++-
 .../mgmt_utils/steps/recoverseg_mgmt_utils.py      | 298 +++++++-
 13 files changed, 1549 insertions(+), 59 deletions(-)
 create mode 100644 
gpMgmt/bin/gppylib/programs/test/unit/test_cluster_clsrecoversegment.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to