-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
test: fix Swap test flakiness on Bitrise #8342
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8342 +/- ##
=======================================
Coverage 40.30% 40.30%
=======================================
Files 1235 1235
Lines 29928 29928
Branches 2872 2872
=======================================
Hits 12062 12062
Misses 17173 17173
Partials 693 693 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Bitrise run is consistent too
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌮🌮🌮🌮
Missing release label release-7.15.0 on PR. Adding release label release-7.15.0 on PR and removing other release labels(release-7.16.0), as PR was cherry-picked in branch 7.15.0. |
Description
I removed the second
swipe to swap
action as it wasn't needed anymore and was causing flakiness.I did 3 regression runs to verify the fix and all passed:
https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/50693ba2-3e80-4b0f-a818-572e4a908a9f
https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/cf8434dd-5da5-444e-9c1b-0e12221f2626
https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/0e16e1ad-5380-4b3f-8a5d-f2a8078d2cd7
Also ran with 3 workers locally. See video of the run here
https://drive.google.com/file/d/1iu-ZceegN1z0BWoix2KsHz-_1Y-xVK8Z/view?usp=sharing
Related issues
Fixes: #8340
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist