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

chore: add a troubleshooting guide for full v8 snapshot generation failures #29787

Merged

Conversation

ryanthemanuel
Copy link
Collaborator

Additional details

Add a troubleshooting guide for full v8 snapshot generation failures.

Steps to test

n/a

How has the user experience changed?

n/a

PR Tasks

Copy link

cypress bot commented Jul 1, 2024

9 failed and 7 flaky tests on run #55997 ↗︎

9 29273 1328 0 Flakiness 7

Details:

rewording
Project: cypress Commit: 3107866a7c
Status: Failed Duration: 31:36 💡
Started: Jul 1, 2024 10:51 PM Ended: Jul 1, 2024 11:23 PM
Failed  cypress/e2e/e2e/origin/cookie_login.cy.ts • 7 failed tests • 5x-driver-firefox

View Output

Test Artifacts
cy.origin - cookie login > document.cookie > gets cookie set by http request
    </td>
  </tr>
  <tr>
    <td colspan="2">
      <a href="https://cloud.cypress.io/projects/ypt4pf/runs/55997/overview/0853eed7-53c3-4c13-b51d-3a5b974d0a97?reviewViewBy=FAILED&utm_source=github&utm_medium=failed&utm_campaign=view%20test">
        cy.origin - cookie login > document.cookie > returns cookie set by cy.setCookie()
      </a>
    </td>
    <td>
      
    </td>
  </tr>
  <tr>
    <td colspan="2">
      <a href="https://cloud.cypress.io/projects/ypt4pf/runs/55997/overview/96d692f6-0e71-4ba9-b43c-5daaf06dff32?reviewViewBy=FAILED&utm_source=github&utm_medium=failed&utm_campaign=view%20test">
        cy.origin - cookie login > document.cookie > no longer returns cookie after cy.clearCookie()
      </a>
    </td>
    <td>
      
    </td>
  </tr>
  <tr>
    <td colspan="2">
      <a href="https://cloud.cypress.io/projects/ypt4pf/runs/55997/overview/2ff5705f-4981-4e32-abf4-5fcf4772701e?reviewViewBy=FAILED&utm_source=github&utm_medium=failed&utm_campaign=view%20test">
        cy.origin - cookie login > document.cookie > no longer returns cookies after cy.clearCookies()
      </a>
    </td>
    <td>
      
    </td>
  </tr>
  <tr>
    <td colspan="2">
      <a href="https://cloud.cypress.io/projects/ypt4pf/runs/55997/overview/3cd10f3b-6ce0-4cf9-9be8-45c60caa03ac?reviewViewBy=FAILED&utm_source=github&utm_medium=failed&utm_campaign=view%20test">
        cy.origin - cookie login > document.cookie > works when setting cookie in addition to cookie that already exists from http request
      </a>
    </td>
    <td>
      
    </td>
  </tr>
  <tr>
    <td colspan="2">
      <a href="https://cloud.cypress.io/projects/ypt4pf/runs/55997/overview/869b0eba-ea44-4222-b39a-1b8b52a43f0e?reviewViewBy=FAILED&utm_source=github&utm_medium=failed&utm_campaign=view%20test">
        cy.origin - cookie login > document.cookie > preserves duplicate cookie keys
      </a>
    </td>
    <td>
      
    </td>
  </tr>
  <tr>
    <td colspan="2">
      <a href="https://cloud.cypress.io/projects/ypt4pf/runs/55997/overview/655d866e-2f07-4d06-bea0-b293bbf91f71?reviewViewBy=FAILED&utm_source=github&utm_medium=failed&utm_campaign=view%20test">
        cy.origin - cookie login > document.cookie > works when spec bridge is set up prior to page load
      </a>
    </td>
    <td>
      
    </td>
  </tr></table>
Failed  cypress/e2e/commands/net_stubbing.cy.ts • 1 failed test • 5x-driver-electron

View Output

Test Artifacts
network stubbing > waiting and aliasing > yields the expected interception when two requests are raced Test Replay
Failed  src/debug/DebugArtifactLink.cy.tsx • 1 failed test • app-ct

View Output

Test Artifacts
An uncaught error was detected outside of a test Test Replay
Failed  cypress/e2e/nuxt.cy.ts • 0 failed tests • webpack-dev-server

View Output

Test Artifacts
Failed  cypress/e2e/webpack-dev-server.cy.ts • 0 failed tests • webpack-dev-server

View Output

Test Artifacts
Flakiness  net_stubbing.cy.ts • 1 flaky test • 5x-driver-electron

View Output

Test Artifacts
network stubbing > intercepting request > should delay the same amount on every response Test Replay
Flakiness  querying/querying.cy.js • 2 flaky tests • 5x-driver-electron

View Output

Test Artifacts
... > throws when alias property is `0` Test Replay
... > throws when alias property isnt a digit or `all` Test Replay
Flakiness  querying/querying.cy.js • 1 flaky test • 5x-driver-chrome

View Output

Test Artifacts
... > throws when alias property isnt a digit or `all` Test Replay
Flakiness  net_stubbing.cy.ts • 3 flaky tests • 5x-driver-webkit

View Output

Test Artifacts
network stubbing > intercepting request > can delay and throttle a StaticResponse
    </td>
  </tr>
  <tr>
    <td colspan="2">
      <a href="https://cloud.cypress.io/projects/ypt4pf/runs/55997/overview/0db40194-6bfb-45e6-abdb-7e507c4960a3?reviewViewBy=FLAKY&utm_source=github&utm_medium=failed&utm_campaign=view%20test">
        ... > with `resourceType` > can match a proxied image request by resourceType
      </a>
    </td>
    <td>
      
    </td>
  </tr>
  <tr>
    <td colspan="2">
      <a href="https://cloud.cypress.io/projects/ypt4pf/runs/55997/overview/fa7d1d9e-f7e7-40cd-82df-b6f0f7dfef36?reviewViewBy=FLAKY&utm_source=github&utm_medium=failed&utm_campaign=view%20test">
        ... > stops waiting when an xhr request is canceled
      </a>
    </td>
    <td>
      
    </td>
  </tr></table>

Review all test suite changes for PR #29787 ↗︎

@ryanthemanuel ryanthemanuel requested review from mschile and removed request for AtofStryker July 2, 2024 12:57
guides/v8-snapshots.md Outdated Show resolved Hide resolved
guides/v8-snapshots.md Outdated Show resolved Hide resolved
ryanthemanuel and others added 3 commits July 2, 2024 13:59
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
@jennifer-shehane jennifer-shehane merged commit 775a842 into develop Jul 3, 2024
75 of 82 checks passed
@jennifer-shehane jennifer-shehane deleted the ryanm/chore/add-troubleshooting-guide-for-v8 branch July 3, 2024 18:45
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.

None yet

3 participants