Skip to content

ci: sort snapshots #1273

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

Merged
merged 1 commit into from
Mar 21, 2022
Merged

ci: sort snapshots #1273

merged 1 commit into from
Mar 21, 2022

Conversation

ascorbic
Copy link
Contributor

Summary

One of the unit tests checks a snapshot of the generated redirects. This is useful, because it ensures that the correct redirects are being generated. Unfortunately it has proven to be one of the flakiest tests. It is based on various Next.js manifests, the sorting of which appears to be non-determinisitic. This PR changes the tests to use sorted redirects, which will be deterministic. This will ensure that the correct redirects are being generated, but not their precedence. We should therefore work out a better way to check these.

Test plan

  1. Ensure unit tests pass

Relevant links (GitHub issues, Notion docs, etc.) or a picture of cute animal

capybara

Standard checks:

  • Check the Deploy Preview's Demo site for your PR's functionality
  • Add docs when necessary

🧪 Once merged, make sure to update the version if needed and that it was published correctly.

@netlify
Copy link

netlify bot commented Mar 21, 2022

Deploy Preview for netlify-plugin-nextjs-demo ready!

Name Link
🔨 Latest commit 71d9d98
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-demo/deploys/623835b912588d00085a28b1
😎 Deploy Preview https://deploy-preview-1273--netlify-plugin-nextjs-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Mar 21, 2022
@ascorbic ascorbic requested a review from a team March 21, 2022 08:22
@ascorbic ascorbic self-assigned this Mar 21, 2022
@netlify
Copy link

netlify bot commented Mar 21, 2022

Deploy Preview for netlify-plugin-nextjs-static-root-demo ready!

Name Link
🔨 Latest commit 71d9d98
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-static-root-demo/deploys/623835b92a4e54000801a11d
😎 Deploy Preview https://deploy-preview-1273--netlify-plugin-nextjs-static-root-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Mar 21, 2022

Deploy Preview for netlify-plugin-nextjs-nx-monorepo-demo ready!

Name Link
🔨 Latest commit 71d9d98
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-nx-monorepo-demo/deploys/623835b9ec1f8d0008abd355
😎 Deploy Preview https://deploy-preview-1273--netlify-plugin-nextjs-nx-monorepo-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Mar 21, 2022

Deploy Preview for netlify-plugin-nextjs-export-demo ready!

Name Link
🔨 Latest commit 71d9d98
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-export-demo/deploys/623835b93c3c580008d5fe54
😎 Deploy Preview https://deploy-preview-1273--netlify-plugin-nextjs-export-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@cypress
Copy link

cypress bot commented Mar 21, 2022



Test summary

22 0 0 0


Run details

Project netlify-plugin-nextjs-default-demo
Status Passed
Commit 8cbb1d9 ℹ️
Started Mar 21, 2022 8:25 AM
Ended Mar 21, 2022 8:27 AM
Duration 01:43 💡
OS Linux Ubuntu - 20.04
Browser Chrome 98

View run in 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

@cypress
Copy link

cypress bot commented Mar 21, 2022



Test summary

7 0 0 0


Run details

Project netlify-plugin-nextjs-static-demo
Status Passed
Commit 8cbb1d9 ℹ️
Started Mar 21, 2022 8:27 AM
Ended Mar 21, 2022 8:28 AM
Duration 01:13 💡
OS Linux Ubuntu - 20.04
Browser Chrome 98

View run in 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

@cypress
Copy link

cypress bot commented Mar 21, 2022



Test summary

2 0 0 0


Run details

Project netlify-plugin-nextjs-nx-monorepo-demo
Status Passed
Commit 8cbb1d9 ℹ️
Started Mar 21, 2022 8:27 AM
Ended Mar 21, 2022 8:28 AM
Duration 01:14 💡
OS Linux Ubuntu - 20.04
Browser Chrome 98

View run in 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

@kodiakhq kodiakhq bot merged commit b434021 into main Mar 21, 2022
@kodiakhq kodiakhq bot deleted the mk/sort-snapshots branch March 21, 2022 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants