-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
type: regressionA bug that didn't appear until a specific Cy version releaseA bug that didn't appear until a specific Cy version release
Description
Current behavior:
After upgrading to Cypress v3.3.0, I'm experiencing hanging tests, similar to the ones described in #1235 and #1333. The DEBUG=cypress:* logs continuously show the following logs once it hangs:
cypress:server:timers child sending timer id 28 +6s
cypress:server:timers child sending timer id 29 +277ms
cypress:server:video capture stderr log { message: 'frame= 2793 fps= 27 q=13.0 size= 4608kB time=00:01:51.52 bitrate= 338.5kbits/s dup=2099 drop=0 speed=1.09x ' } +552ms
cypress:server:timers child sending timer id 30 +119ms
cypress:server:timers child sending timer id 31 +298ms
cypress:server:timers child sending timer id 32 +51ms
cypress:server:video capture stderr log { message: 'frame= 2805 fps= 27 q=12.0 size= 4608kB time=00:01:52.00 bitrate= 337.0kbits/s dup=2103 drop=0 speed=1.09x ' } +498ms
cypress:server:video capture stderr log { message: 'frame= 2819 fps= 27 q=13.0 size= 4608kB time=00:01:52.56 bitrate= 335.4kbits/s dup=2108 drop=0 speed=1.09x ' } +551ms
cypress:server:timers child sending timer id 33 +1s
cypress:server:timers child sending timer id 34 +86ms
cypress:server:video capture stderr log { message: 'frame= 2833 fps= 27 q=12.0 size= 4608kB time=00:01:53.12 bitrate= 333.7kbits/s dup=2118 drop=0 speed=1.09x ' } +593ms
cypress:server:video capture stderr log { message: 'frame= 2846 fps= 27 q=12.0 size= 4864kB time=00:01:53.64 bitrate= 350.6kbits/s dup=2122 drop=0 speed=1.09x ' } +510ms
Desired behavior:
Tests shouldn't hang and all tests should pass. Desired behavior is restored when I revert to Cypress v3.2.0
Steps to reproduce: (app code and test code)
Unfortunately I don't have a chance right now to try and set up a reproducible example. However, v3.3.0 consistently hangs, and v3.2.0 consistently passes.
Versions
Cypress: 3.3.0
Browser: Electron 61
jhays-nhaschools, lots0logs, davidzambrana, medric, viraxslot and 5 more
Metadata
Metadata
Assignees
Labels
type: regressionA bug that didn't appear until a specific Cy version releaseA bug that didn't appear until a specific Cy version release