-
-
Notifications
You must be signed in to change notification settings - Fork 596
fix: Parse.File.cancel
starts new attempt to save file
#1781
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
Conversation
Thanks for opening this pull request! |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## alpha #1781 +/- ##
=======================================
Coverage 99.90% 99.90%
=======================================
Files 61 61
Lines 6103 6104 +1
Branches 1482 1482
=======================================
+ Hits 6097 6098 +1
Misses 6 6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Seems there are still commits being made, so removing the review request |
@mtrezza The reason for the commits is because this PR introduces a flaky test and I don't know why. Can you re-run the CI? |
Sure, rerunning... |
Parse.File.cancel
starts new attempt to save file
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.
Looks good!
# [4.1.0-alpha.2](4.1.0-alpha.1...4.1.0-alpha.2) (2023-03-01) ### Bug Fixes * `Parse.File.cancel` starts new attempt to save file ([#1781](#1781)) ([b755e42](b755e42))
🎉 This change has been released in version 4.1.0-alpha.2 |
# [4.2.0-beta.1](4.1.0...4.2.0-beta.1) (2023-05-01) ### Bug Fixes * `Parse.File.cancel` starts new attempt to save file ([#1781](#1781)) ([b755e42](b755e42)) ### Features * Add `Parse.User.loginAs` ([#1875](#1875)) ([381fcfc](381fcfc)) * Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#1839](#1839)) ([7479343](7479343))
🎉 This change has been released in version 4.2.0-beta.1 |
# [4.2.0-alpha.1](4.1.0...4.2.0-alpha.1) (2023-05-01) ### Bug Fixes * `Parse.File.cancel` starts new attempt to save file ([#1781](#1781)) ([b755e42](b755e42)) ### Features * Add `Parse.User.loginAs` ([#1875](#1875)) ([381fcfc](381fcfc)) * Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#1839](#1839)) ([7479343](7479343))
🎉 This change has been released in version 4.2.0-alpha.1 |
# [4.2.0](4.1.0...4.2.0) (2023-09-15) ### Bug Fixes * `Parse.File.cancel` starts new attempt to save file ([#1781](#1781)) ([b755e42](b755e42)) ### Features * Add `Parse.User.loginAs` ([#1875](#1875)) ([381fcfc](381fcfc)) * Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#1839](#1839)) ([7479343](7479343))
🎉 This change has been released in version 4.2.0 |
Pull Request
Issue
Closes: #1162
Approach
npm run watch:browser
compiling to the/dist
directory_aborted
checkViewing the Network Requests with puppeteer
Disabling headless mode to launch chromium
Showing devtools on load
userDataDir
is used to storepreserve logs
peference in the network tabTo keep chromium running use setTimeout,
done
, Jasmine timeout. If network requests aren't showing set 5 second timeout aroundpage.evaluate