Uh oh!
There was an error while loading. Please reload this page.
test: validate no debug info for http2 - #37447
Conversation
Refs: nodejs#31763 This test would have helped us catch the noisy output from http2 earlier. Currently none of the tests fail if there is unexpected debug output. Signed-off-by: Michael Dawson <mdawson@devrus.com>
lpinca
commented
Feb 19, 2021
If |
mhdawson
commented
Feb 19, 2021
@lpinca I was on the fence about that but I don't think people will be planning to ship binaries with that noisy output enabled and having a test failure that helps avoid that is useful since we have already seen it happen. In terms of impact to a regular test flow I'm surprised that tests did not already fail as there are tests in other areas that would with extra debug output. ie when you turn on a bunch of extra debug output I don't think there is an expectation that all of the tests will pass. So the net is that I'm thinking its no impact to people using the tests and adds value by helping to avoid a situation we already saw happen. |
lpinca
commented
Feb 20, 2021
Ok, it makes sense, thank you. |
nodejs-github-bot
commented
Feb 23, 2021
mhdawson
commented
Feb 23, 2021
CI is good, going to land |
mhdawson
commented
Feb 23, 2021
We'll git-node land tells me the last CI failed, not sure why but will run another one. |
mhdawson
commented
Feb 23, 2021
nodejs-github-bot
commented
Feb 23, 2021
richardlau
commented
Feb 23, 2021
Refs: #31763 This test would have helped us catch the noisy output from http2 earlier. Currently none of the tests fail if there is unexpected debug output. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #37447 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
mhdawson
commented
Feb 23, 2021
Landed in 4eec919 |
Refs: #31763 This test would have helped us catch the noisy output from http2 earlier. Currently none of the tests fail if there is unexpected debug output. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #37447 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Refs: #31763 This test would have helped us catch the noisy output from http2 earlier. Currently none of the tests fail if there is unexpected debug output. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #37447 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Refs: #31763
This test would have helped us catch the noisy output
from http2 earlier. Currently none of the tests
fail if there is unexpected debug output.
Signed-off-by: Michael Dawson mdawson@devrus.com