-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
XFA - Avoid to have containers not pushed in the html #13716
Conversation
calixteman
commented
Jul 11, 2021
- it aims to fix issue Large amount of text missing #13668.
- it aims to fix issue mozilla#13668.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/f4d0d42da931a81/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://3.101.106.178:8877/643358ce3e45445/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/f4d0d42da931a81/output.txt Total script time: 16.80 mins
Image differences available at: http://54.67.70.0:8877/f4d0d42da931a81/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/643358ce3e45445/output.txt Total script time: 19.18 mins
Image differences available at: http://3.101.106.178:8877/643358ce3e45445/reftest-analyzer.html#web=eq.log |
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/cd1581e7061c8ae/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 1 Live output at: http://3.101.106.178:8877/45e2d491c5300ce/output.txt |
Hmm; given that both browsers timed-out on both of the bots during the tests above, see #13716 (comment) and #13716 (comment), how do we know that this doesn't cause a bunch of breakage/regressions!? |
My bad, I missed that... I checked locally that everything was good and it was. |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/cd1581e7061c8ae/output.txt Total script time: 13.72 mins
|
Strange, for me this patch actually times-out locally as well.
There's
Edit: Another indication of something being wrong is the total run-time of the tests, since the bots finishing in under twenty minutes hasn't happened in years (given the total number of added test-cases). |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/45e2d491c5300ce/output.txt Total script time: 16.10 mins
|
Could the bot surface the "has not responded" errors in the comment or the HTML output? |
@calixteman I've tested this patch locally, in the viewer (with
But as mentioned this is already indirectly visible, via the |
The same for me locally... I was sure I tested (and I'm still sure) but obviously I didn't. |