Skip to content

bug fix: platform export pingone services completion#172

Closed
wesleymccollam wants to merge 9 commits intomainfrom
CDI-892_fix_platform_export_hang
Closed

bug fix: platform export pingone services completion#172
wesleymccollam wants to merge 9 commits intomainfrom
CDI-892_fix_platform_export_hang

Conversation

@wesleymccollam
Copy link
Copy Markdown
Contributor

Change Description

Resolve issue where platform export PingOne service group would not complete

Change Characteristics

  • This PR contains beta functionality
  • This PR requires introduction of breaking changes

Checklist

All full (or complete) PRs that need review prior to merge should have the following box checked.

If contributing a partial or incomplete change (expecting the development team to complete the remaining work) please leave the box unchecked

  • Check to confirm: I have performed a review of my PR against the PR checklist and confirm that:
    • Changes have proper unit and acceptance test coverage (including regression tests)
    • Impacted command, parameter and flag descriptions have been reviewed and updated
    • Impacted command examples have been reviewed and updated
    • Impacted documentation files have been reviewed and updated
    • Does not introduce breaking changes to commands, parameters or flags (unless required to do so)
    • I am aware that changes to generated code may not be merged

Required SDK Upgrades

Testing

This PR has been tested with:

  • Unit tests (please paste commands and results below)
  • Acceptance tests (please paste commands and results below)
  • End-to-end tests (please paste the link to the actions workflow runs)
  • Not applicable (no evidences needed)

Shell Command(s)

go test -v -run TestGetManagementAPIObjectsFromIterator_StopsOnRepeatingNextLink ./internal/connector/pingone -count=1

Testing Results

Expand Results
=== RUN   TestGetManagementAPIObjectsFromIterator_StopsOnRepeatingNextLink
--- PASS: TestGetManagementAPIObjectsFromIterator_StopsOnRepeatingNextLink (0.00s)
PASS

End-to-end Tests Workflow Links

  • N/A

@wesleymccollam wesleymccollam requested a review from a team as a code owner April 24, 2026 18:58
@wesleymccollam
Copy link
Copy Markdown
Contributor Author

Resolves #169

Comment thread internal/connector/pingone/platform/pingone_platform_connector_test.go Outdated
Comment thread internal/connector/pingone/platform/resources/notification_template_content.go Outdated
Comment thread internal/connector/pingone/common.go
@wesleymccollam
Copy link
Copy Markdown
Contributor Author

After further research, this is related to a bug in the PingOne API. No change is needed on pingcli.

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.

The process hangs when a 204 No Content error occurs while running pingcli platform export.

2 participants