-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Unique name for production integration tests #63468
Unique name for production integration tests #63468
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @timneutkens and the rest of your teammates on Graphite |
Failing test suitesCommit: 572d5c4
Expand output● AMP Usage › production mode › should have amp optimizer in trace
● AMP Usage › production mode › With basic usage › should render the page
● AMP Usage › production mode › With basic AMP usage › should render the page as valid AMP
● AMP Usage › production mode › With basic AMP usage › should render the page without leaving render target
● AMP Usage › production mode › With basic AMP usage › should not output client pages for AMP only
● AMP Usage › production mode › With basic AMP usage › should not output client pages for AMP only with config exported after declaration
● AMP Usage › production mode › With basic AMP usage › should drop custom scripts
● AMP Usage › production mode › With basic AMP usage › should not drop custom amp scripts
● AMP Usage › production mode › With basic AMP usage › should optimize clean
● AMP Usage › production mode › With basic AMP usage › should auto import extensions
● AMP Usage › production mode › With AMP context › should render the normal page that uses the AMP hook
● AMP Usage › production mode › With AMP context › should render the AMP page that uses the AMP hook
● AMP Usage › production mode › With AMP context › should render nested normal page with AMP hook
● AMP Usage › production mode › With AMP context › should render nested AMP page with AMP hook
● AMP Usage › production mode › canonical amphtml › should render link rel amphtml
● AMP Usage › production mode › canonical amphtml › should render amphtml from provided rel link
● AMP Usage › production mode › canonical amphtml › should render link rel amphtml with existing query
● AMP Usage › production mode › canonical amphtml › should render the AMP page that uses the AMP hook
● AMP Usage › production mode › canonical amphtml › should render a canonical regardless of amp-only status (explicit)
● AMP Usage › production mode › canonical amphtml › should not render amphtml link tag with no AMP page
● AMP Usage › production mode › canonical amphtml › should remove conflicting amp tags
● AMP Usage › production mode › canonical amphtml › should allow manually setting canonical
● AMP Usage › production mode › canonical amphtml › should allow manually setting amphtml rel
● AMP Usage › production mode › combined styles › should combine style tags
● AMP Usage › production mode › combined styles › should remove sourceMaps from styles
Read more about building and testing Next.js in contributing.md. |
Stats from current PRDefault BuildGeneral
Client Bundles (main, webpack)
Legacy Client Bundles (polyfills)
Client Pages
Client Build Manifests
Rendered Page Sizes
Edge SSR bundle Size
Middleware size
Next Runtimes
build cache
Diff detailsDiff for middleware.jsDiff too large to display |
What?
These names need to be unique, currently errors: https://github.com/vercel/next.js/actions/runs/8342598928/job/22831612667#step:7:24
Closes NEXT-2859