-
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
ReportScreen Reassure test Flakiness #31145
Comments
Triggered auto assignment to @JmillsExpensify ( |
Bug0 Triage Checklist (Main S/O)
|
cc @adhorodyski |
Tests have been skipped in this PR #31131 so we can resolve the root cause next week |
@adhorodyski @OlimpiaZurek How is it looking with this one, do you have any ETA for fix? |
Hey @mountiny I'll look into it today. We don't have a specific ETA for this as we need to find the root cause first. |
Thanks! |
I’ve been investigating the test flakiness issues we've been encountering, and there seem to be two main causes:
To address this issue we have 2 options:
I've already started exploring possible solutions to improve this workflow and will continue next week. @mountiny Let me know which approach seems acceptable and if I should continue looking for workflow improvements to avoid test failures in the future. |
@mountiny also, please let us know as soon as anything alerting pops up again. Real-time monitoring for cases where we think it actually was up to date with |
Thank you very much for digging 🚀 I think being able to sync up the branch with main before running the tests would be great, we can fail the tests if there are merge conflicts and in that case we cannot merge the PR eitherway. I think we can separate these to new PRs though, if there is no flakiness but simply the fact branch is not synced up with main than that is not a blocker, I think we could start with the global config for timeouts and then re-enabling the ReportScreen tests which were disabled before. Then we can explore the options to improve the flow with sync with main |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.3-11 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 2023-12-04. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
|
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:
|
@mountiny We don't need a regression test on this, right? If not, we can close it out now. |
We're still exploring ways to improve sync with the main, so I think we should leave it open. |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.4-3 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 2023-12-06. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
|
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:
|
Made more progress seems like we got another PR in draft |
Still working through this one. |
Last PR was merged for this! Seems like its working well now! Great job @OlimpiaZurek! Not sure if there is anyone external to pay here so I am going to close this one! |
Problem
As we roll out more Reassure based performance test, we are facing some flakiness in their outpust where they provide false positives. More context here https://expensify.slack.com/archives/C03UK30EA1Z/p1699546341608409?thread_ts=1699521471.426869&cid=C03UK30EA1Z
This is a problem as flakiness in these tests undermines its entire purpose, its not clear as of now what exactly is the root cause of the flaky tests here.
Solution
Identify the root cause of the flakiness and update the reassure test suite to get rid it of, since we measure the count of re-renders, this should not be happening with reassure so most likely this is an error on our side
The text was updated successfully, but these errors were encountered: