-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[HOLD for payment 2024-07-24] Verify Podfile action is flaky #45220
Comments
Triggered auto assignment to @garrettmknight ( |
@fabioh8010 has got a fix for this hopefully |
@fabioh8010 while we try to merge your fix fast, do you think you could (or someone from your team) still explore how to fix this while maintaining the colouring of the output? I assume that is a nice-to-have thing to improve DX |
Proposal: Fix Flaky Podfile Action Problem Statement: The Podfile action is flaky, resulting in inconsistent behavior and errors. Root Cause: The root cause of the problem is that the loginList data in ContactMethodsPage contains unnecessary login data with partnerName: "chat-expensify-com", which is not needed in this page. Changes to Solve the Problem: To solve the problem, I propose the following changes: Create a Login List Selector Create a login list selector that removes the unnecessary login data with partnerName: "chat-expensify-com" and use it in ContactMethodsPage. Code Changes: // Create a login list selector // Use the selector in ContactMethodsPage Use Partner ID to Filter: Instead of using partnerName !== 'chat-expensify-com' to filter the login data, we can use partnerID if this property is available. This approach may be more robust and flexible. |
Sure, I will continue investigations on this 🫡 One question: Do you think we need this colouring of the |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.7-8 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-07-24. 🎊 |
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Skipping the payment summary for this issue since all the assignees are employees or vendors. If this is incorrect, please manually add the payment summary SO. |
@mountiny we good to close this yeah? |
all good now |
Problem
On some PRs, we have noticed a Verify Podfile action failing with illegitimate reasons. For example this one. This is causing a slowdown in development.
The error is:
Solution
Solve this flakiness and fix the actions.
Issue Owner
Current Issue Owner: @mountinyThe text was updated successfully, but these errors were encountered: