fix: fix-apk-selector (WPB-25905)#4871
Conversation
|
|
@claude review |
|
Claude review — PR 4871 (fix: APK selector / WPB-25905) Scope: ~80 lines across two CI files. Intent is correct (use S3 LastModified instead of the wrapping 5-digit suffix), backward compatibility with the previous JSON shape is preserved. A few things worth a second look before merge. 1. Behaviour change in the direct-path upgrade branch (most important) In Previously Suggested fix: if 2.
3. Non-deterministic ordering when LastModified ties
4. Silent parse failures hide CI issues
5. JMESPath payload size (optional polish)
6. Test coverage The PR checkbox says no automated tests were added, and
These do not need fixtures beyond a temp dir with a JSON file, so they fit the existing CI shape. 7. Minor / nits
Summary
Nothing here is a hard blocker, but §1 is worth addressing because it silently weakens an existing fallback that operators rely on for manual upgrade runs. |



https://wearezeta.atlassian.net/browse/WPB-25905
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
Briefly describe the issue you have solved or implemented with this pull request. If the PR contains multiple issues, use a bullet list.
Causes (Optional)
Briefly describe the causes behind the issues. This could be helpful to understand the adopted solutions behind some nasty bugs or complex issues.
Solutions
Briefly describe the solutions you have implemented for the issues explained above.
Dependencies (Optional)
If there are some other pull requests related to this one (e.g. new releases of frameworks), specify them here.
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.