-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Delay collectBuildTraces #56816
Delay collectBuildTraces #56816
Conversation
Failing test suitesCommit: 039c267
Expand output● Auto Export › production mode › should show warning for query provided for auto exported page correctly
Read more about building and testing Next.js in contributing.md.
Expand output● Browserslist: Old › production mode › should have compiled successfully
● Browserslist: New › production mode › should have compiled successfully
Read more about building and testing Next.js in contributing.md.
Expand output● Default 404 Page with custom _error › production mode › should build successfully
● Default 404 Page with custom _error › production mode › should respond to 404 correctly
● Default 404 Page with custom _error › production mode › should render error correctly
● Default 404 Page with custom _error › production mode › should render index page normal
Read more about building and testing Next.js in contributing.md.
Expand output● create next app › valid example without package.json
● create next app › should use --example-path over the file path in the GitHub URL
Read more about building and testing Next.js in contributing.md. |
Delay the
collectBuildTraces
to wait for the files are all emitted, then get traced. Previously it was traced too early so the files in nft.json are not matching with the actual generated filesFixes #56676