Skip to content

Conversation

tgriesser
Copy link
Member

  • Remove makeLegacyDataContext
  • Add setCtx / getCtx for retrieving the context globally in places where it's not provided
  • setCtx in the beforeEach for the server unit / integration tests

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Dec 8, 2021

Thanks for taking the time to open a PR!

@cypress
Copy link

cypress bot commented Dec 8, 2021



Test summary

18171 0 202 0Flakiness 3


Run details

Project cypress
Status Passed
Commit d2f475e
Started Dec 8, 2021 10:04 PM
Ended Dec 8, 2021 10:16 PM
Duration 11:50 💡
OS Linux Debian - 10.10
Browser Multiple

View run in Cypress Dashboard ➡️


Flakiness

net_stubbing_spec.ts Flakiness
1 network stubbing > waiting and aliasing > can timeout waiting on a single request using "alias.request"
2 network stubbing > waiting and aliasing > can timeout waiting on a single request using "alias.request"
xhr_spec.js Flakiness
1 ... > no status when request isnt forced 404

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

…text

* 10.0-release: (45 commits)
  fix: various Nav Bar fixes (#19283)
  build: add patch package as a dev dependency for fe-shared
  chore: hoist is - fun with cached dependencies
  build: hoist is hard
  build: better hoisting strategy
  fix: remove windows and mac workflow from branch
  revert: remove change about node version 17
  build: remove testing of desktop-gui assets
  build: run window & mac CI in this branch
  build: more fixes
  build: remove toycode mdi from launchpad
  rename patch because of dev dep
  build: fix  merge issue in packages generation
  chore: update sass for windows compatibility
  fix: Do not crash when a ill formed URL request is proxied (#19274)
  fix: remove desktop-gui from circle.yml
  change whitepace in patch
  fix: adding timeout option to writeFile command (#19015)
  release 9.1.1
  fix: patch-package is not applied in dist'ed build (#19239)
  ...
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.

nice, I literally just deleted removed this same thing in my run mode PR 👍

// TODO: Figure out what is causing the race condition here
if (this.Cypress.log) {
proxyRequest.log = this.Cypress.log(logConfig).snapshot('request')
}
Copy link
Contributor

Choose a reason for hiding this comment

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

likely some check missing in event-manager

@lmiller1990 lmiller1990 merged commit 9d975ec into 10.0-release Dec 9, 2021
@lmiller1990 lmiller1990 deleted the tgriesser/refactor/fix-makeLegacyContext branch December 9, 2021 00:56
tgriesser added a commit that referenced this pull request Dec 9, 2021
* 10.0-release: (53 commits)
  refactor: makeLegacyContext -> getCtx (#19308)
  fix: various Nav Bar fixes (#19283)
  build: add patch package as a dev dependency for fe-shared
  chore: hoist is - fun with cached dependencies
  build: hoist is hard
  build: better hoisting strategy
  chore: remove unused testing preferences (#19301)
  fix: remove windows and mac workflow from branch
  fix: show script errors when spec file fails to process (#19298)
  revert: remove change about node version 17
  feat: open config file in user's editor (#19276)
  feat(unify): scale the AUT (#19297)
  build: remove testing of desktop-gui assets
  build: run window & mac CI in this branch
  build: more fixes
  build: remove toycode mdi from launchpad
  rename patch because of dev dep
  build: fix  merge issue in packages generation
  chore: update sass for windows compatibility
  fix: Do not crash when a ill formed URL request is proxied (#19274)
  ...
tgriesser added a commit that referenced this pull request Dec 9, 2021
* Fixing proxy_performance_spec
tgriesser added a commit that referenced this pull request Dec 9, 2021
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.

2 participants