-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
breaking: remove log:memory:pressure and firefox:force:gc APIs #30331
Conversation
cypress Run #57467
Run Properties:
|
Project |
cypress
|
Branch Review |
remove-ff-gc
|
Run status |
Passed #57467
|
Run duration | 17m 14s |
Commit |
b3353630e7: Merge branch 'release/14.0.0' into remove-ff-gc
|
Committer | Jennifer Shehane |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
2
|
Pending |
77
|
Skipped |
0
|
Passing |
5587
|
View all changes introduced in this branch ↗︎ |
Warning
No Report: Something went wrong and we could not generate a report for the Application Quality products.
…into remove-ff-gc
…f CDP fails to connect instead of the rtrying socket, which is no longer used when connecting to firefox
return Cypress.backend('log:memory:pressure') | ||
}) | ||
.task('console', { duration }) | ||
cy.task('stop:capture:memory') |
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.
do we need this system test anymore? currently the firefox-memory
project is only being used in the firefox_spec
, and the test looks to be indefinitely skipped https://github.com/cypress-io/cypress/blob/remove-ff-gc/system-tests/test/firefox_spec.ts#L18
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.
Ah, good catch. Let me look.
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.
@AtofStryker Removed in 1d3bea0
(#30331)
log:memory:pressure
andfirefox:force:gc
from the socket API #30222Additional details
Since these two socket methods are no longer needed, it breaks our dependency from needing foxdriver inside the firefox-utils file, further simplifying our firefox automation implementation.
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?