Skip to content
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

fix: add deprecation notice for win 32-bit #18130

Merged
merged 5 commits into from
Sep 21, 2021

Conversation

flotwig
Copy link
Contributor

@flotwig flotwig commented Sep 16, 2021

User facing changelog

  • Added a deprecation notice for Windows 32-bit users that support will be removed in a future release.

Additional details

How has the user experience changed?

warning for users on 32-bit windows:

image

warning for users on 64-bit windows:

image

same warning in runmode:

image

PR Tasks

  • Have tests been added/updated?
  • Has the original issue or this PR been tagged with a release in ZenHub?
  • [na] Has a PR for user-facing changes been opened in cypress-documentation?
  • [na] Have API changes been updated in the type definitions?
  • [na] Have new configuration options been added to the cypress.schema.json?

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Sep 16, 2021

Thanks for taking the time to open a PR!

@cypress
Copy link

cypress bot commented Sep 16, 2021



Test summary

12561 2 153 5Flakiness 6


Run details

Project cypress
Status Failed
Commit 62c9179
Started Sep 21, 2021 2:06 PM
Ended Sep 21, 2021 2:17 PM
Duration 10:51 💡
OS Linux Debian - 10.9
Browser Multiple

View run in Cypress Dashboard ➡️


Failures

commands/actions/type_spec.js Failed
1 ... > element
e2e/focus_blur_spec.js Failed
1 intercept blur methods correctly > focus area

Flakiness

commands/xhr_spec.js Flakiness
1 src/cy/commands/xhr > abort > aborts xhrs currently in flight
cypress/proxy-logging-spec.ts Flakiness
1 Proxy Logging > request logging > fetch log shows resource type, url, method, and status code and has expected snapshots and consoleProps
2 Proxy Logging > request logging > fetch log shows resource type, url, method, and status code and has expected snapshots and consoleProps
commands/net_stubbing_spec.ts Flakiness
1 network stubbing > intercepting request > can intercept utf-8 request bodies without crashing
dom/visibility_spec.ts Flakiness
1 ... > has `opacity: 0`
This comment includes only the first 5 flaky tests. See all 6 flaky tests in the Cypress Dashboard.

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@flotwig flotwig marked this pull request as ready for review September 16, 2021 19:08
@flotwig flotwig requested a review from a team as a code owner September 16, 2021 19:08
@flotwig flotwig requested review from jennifer-shehane and kuceb and removed request for a team September 16, 2021 19:08
Copy link
Contributor

@lmiller1990 lmiller1990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slowly but steadily trying to type all the things 😇

packages/server/lib/open_project.ts Outdated Show resolved Hide resolved
@lmiller1990 lmiller1990 self-requested a review September 20, 2021 01:16
lmiller1990
lmiller1990 previously approved these changes Sep 20, 2021
@lmiller1990
Copy link
Contributor

LGTM! I don't have a 32 bit windows machine to actually test this on, if someone does, that'd be great.

Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll also need a PR against services for the https://on.cypress.io/win32-removal link

packages/server/lib/errors.js Outdated Show resolved Hide resolved
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
@flotwig flotwig merged commit d6e4e22 into develop Sep 21, 2021
tgriesser added a commit that referenced this pull request Sep 24, 2021
…/remove-decorators

* unified-desktop-gui:
  fixing broken ct tests
  fix types
  remove old code
  chore: bump deps (#18213)
  feat(app): icon library supporting Cy's custom icons (#18195)
  feat(app): adding navigation, pages, router, and layout (#18194)
  chore: Update Chrome (stable) to 94.0.4606.54 (#18196)
  chore: bump yarn.lock (#18204)
  chore(tests): fix flake in net stubbing/xhr/proxy logging tests (#18163)
  chore: Update Chrome (beta) to 94.0.4606.54 (#18174)
  fix: add deprecation notice for win 32-bit (#18130)
  chore: fix broken firefox focus tests, bump resource class of chrome-beta job (#18133)
  fix(cli): Respect NO_PROXY on cypress download (#17702)
  chore: Update Chrome (beta) to 94.0.4606.50 (#18117)
  release 8.4.1 [skip ci]
  fix: GH env variable for test other projects (#18147)
  fix(open_project): remove unnecessary fn wrapping from tryToCalls (#18146)
  change @ts-expect-error -> @ts-ignore (#18047)
@flotwig flotwig deleted the issue-18094-win32-deprecation-warning branch January 24, 2022 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add deprecation warning for Win32 users
3 participants