-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[NoQA] e2e: allow warmup failures #49649
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Hey @kirillzyusko! :D Is this PR ready for review? I noticed that the Also, @mountiny, could you help me set up the e2e tests? I think we need "some non-public environment variables" to add to my Thank you. |
@brunovjk I dont think we need a c+ testing for this one |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
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.
Thanks
@kirillzyusko can you merge main to resolve the test failing |
a0f2951
to
9405e5a
Compare
@mountiny done 🙌 |
🚀 Deployed to staging by https://github.com/mountiny in version: 9.0.43-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/mountiny in version: 9.0.43-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 9.0.43-6 🚀
|
Details
We had many warmup failures that led us to failing workflow:
All of them were failing during warmup and the thing is that we don't handle failures during warmup. It's kind of pretty logical, because if warmup failed then there is high chance that e2e doesn't work at all. But sometimes we may have random crashes that could occur only during initial application run. If such crash happens then we fail entire e2e tests pipeline.
In this PR I allow to fail up to 3 times - it shouldn't affect time execution a lot, but it can give a decent boost in terms of stability of e2e test 👀
An actual fix for problem described in #49314
Fixed Issues
$ #49314
PROPOSAL: N/A
Tests
Offline tests
N/A
QA Steps
N/A
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop