DescriptionPrint less output from compare_videos.py in WebRTC quality test.
My best theory here is that compare_videos.py has been printing so much
output that we hit some buffer size, and give other processes the
chance to slip in stdout output. For instance, here the printf in the
test races with the user input monitor for Windows. This patch will
cause us to print just the result lines, which should keep us from
hitting this os buffer limitation.
For an example, search for PSNR in http://chromegw/i/chromium.webrtc/builders/Win7%20Tester/builds/5737/steps/webrtc_manual_browser_tests_test/logs/stdio.
You can see that the user input monitor log writes right into the
PSNR line. I don't know what buffer size we are hitting,
but the log line seems to always happen in a very consistent place
which is why I think there's some buffer we fill up.
BUG=327990
R=kjellander@chromium.org,tommi@chromium.org
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|