-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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: 13.0.0 release #27690
chore: 13.0.0 release #27690
Conversation
24 flaky tests on run #50620 ↗︎Details:
|
Test | Artifacts | |
---|---|---|
cy.origin assertions > #consoleProps > .should() and .and() |
Output
|
cypress/e2e/cypress/cypress.cy.js • 3 flaky tests • 5x-driver-firefox
Test | Artifacts | |
---|---|---|
... > correctly returns currentRetry |
Output
|
|
... > correctly returns currentRetry |
Output
|
|
... > correctly returns currentRetry |
Output
|
cypress/e2e/specs_list_latest_runs.cy.ts • 1 flaky test • app-e2e
Test | Artifacts | |
---|---|---|
App/Cloud Integration - Latest runs and Average duration > when no runs are recorded > shows placeholders for all visible specs |
Test Replay
Output
Screenshots
|
cypress/e2e/debug.cy.ts • 1 flaky test • app-e2e
Test | Artifacts | |
---|---|---|
App - Debug Page > shows running and updating build |
Test Replay
Output
Screenshots
|
src/navigation/SidebarNavigation.cy.tsx • 1 flaky test • app-ct
Test | Artifacts | |
---|---|---|
SidebarNavigation > expands the bar when clicking the expand button |
Test Replay
Output
Screenshots
|
The first 5 flaky specs are shown, see all 12 specs in Cypress Cloud.
Review all test suite changes for PR #27690 ↗︎
@ryanthemanuel, @mike-plummer I added onto this PR to handle rate limits we are hitting since we're fetching so many PRs with this release, so that probably needs a review. |
@@ -61,7 +122,7 @@ const getReleaseData = async (latestReleaseInfo) => { | |||
const prsInRelease = [] | |||
const commits = [] | |||
|
|||
await Promise.all(semanticCommits.map(async (semanticResult) => { | |||
await Bluebird.each(semanticCommits, (async (semanticResult) => { |
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.
This alone might prevent hitting rate limits since it makes the requests serial instead of racing them, but there's also the error handling just in case.
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Additional details
In addition to boilerplate for the 13.0.0 release, this also adds handling for hitting rate limits to the
get-binary-release-data
script.Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?