-
Notifications
You must be signed in to change notification settings - Fork 525
add opennextjs streaming tests #5993
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
base: main
Are you sure you want to change the base?
Conversation
vicb
left a comment
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.
src/workerd/api/tests/opennextjs/README.md is gigantic :(
One way to simplify would be to use the migrate command created by @dario-piotrowicz recently.
Maybe something simpler would be to add an exemple in the ON repo and use that? I doubt the readme would be maintained here?
|
186k+ lines are nearly impossible to adequately review. Is there a way to have much of this automated / generated dynamically by bazel at build time to cut down on the static file size, particular in the worker file? |
22d3139 to
662ba49
Compare
662ba49 to
560b53d
Compare
|
@jasnell I've force-pushed and address all concerns. The changes are much more readable/reviewable now. |
5bb0f71 to
3eb83e4
Compare
3eb83e4 to
3e0019f
Compare
Related Task: EW-10513
Added a task with the help of AI to write some tests using a real opennextjs bundle. Added a REAADME for generating them later on. PS: I've trimmed as much as I can from the output that isn't important to us (in this context).