-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Enable browser test stdio logging by default. NFC #24180
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
8c26ecc
to
84cb611
Compare
Assuming this works do we think its good idea? I wonder how much it would slow down tests with a lof stdio? Since browser tests are already run iserially it think it should actually make tests failures much more easy to debug. If we choose not to do this I guess we could instead have a mechanism for enabling this on a per-test (or per-test-run) basis? |
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.
Does this slow down the tests? I specifically worry about some test having a large amount of output. Maybe we can measure in the logs?
Looks like we raced to comment :) |
Heh, yeah, great minds and all that... The debuggability is really nice, so if you can't measure a regression here, it's probably worthwhile? |
c10a14c
to
bd2f849
Compare
bd2f849
to
8c30be5
Compare
It seems like at some point browser tests start failing due to lack a GL context.. its almost like the browser stops supported GL for all following tests. |
No description provided.