-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Ensure getPrList() results integrity mid-run #32040
Comments
While looking into this, please also check on whether the PR list is cached reliably too. |
Summarizing the tasks for this PR: Platform Storage Details
Implementation TasksPrimary Task
Optional PlatformsConsider implementation for:
Test CasesFor each platform, verify:
|
Code Commit can be skipped as it's deprecated. Gerritt also unless it's really quick. Ideally all platforms would update the PR cache correctly too |
@RahulGautamSingh it's important to close the gap for Bitbucket Cloud and Azure |
Should we close this as the main objective is completed? And move the task of adding PR cache to the Azure, BitbucketServer, Gitlab platforms to another issue. |
Please create separate issues then close this one |
Describe the proposed change(s).
It's important that
platform.getPrList()
returns an accurate list, particularly after PRs are created.Check each platform to make sure that createPr() and updatePr() both mutate/update any saved PR lists for each platform.
The text was updated successfully, but these errors were encountered: