Add cleanup for integration tests#124
Merged
qtomlinson merged 4 commits intoclearlydefined:mainfrom May 14, 2025
Merged
Conversation
Implement cleanup procedures for the integration test suite, including closing test curation pull requests generated during the tests. Add pagination and dateSince to improve search functionality for pull requests
78e7f5f to
46de86e
Compare
This change establishes a central location for managing PR titles, streamlining control over both PR creation and deletion. Curation configurations have been added to testConfig. In addition to the PR title, repoOwner and repoName can now also be configured.
jeffmendoza
approved these changes
May 14, 2025
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.
Our integration tests create a curation pull request (PR), which need to be cleaned up, especially if the tests are to be run regularly. This PR implements a cleanup step for the integration test suite, including closing test curation pull requests generated during the tests.
A successful cleanup log can be found under
Clean up:https://github.com/qtomlinson/operations/actions/runs/14918054187/job/41907933077
Future work: