-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Improve test bot stability #12125
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
Improve test bot stability #12125
Conversation
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/7fcc43c7835a0e1/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/7b771b5bcbb25d3/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/7fcc43c7835a0e1/output.txt Total script time: 26.49 mins
Image differences available at: http://54.67.70.0:8877/7fcc43c7835a0e1/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/7b771b5bcbb25d3/output.txt Total script time: 60.00 mins |
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/a1da348904f4db2/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/81c5c22bb415e98/output.txt |
Hm, not sure what's up with Windows here. Maybe an old process is still running? |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/81c5c22bb415e98/output.txt Total script time: 15.09 mins
Image differences available at: http://54.67.70.0:8877/81c5c22bb415e98/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/a1da348904f4db2/output.txt Total script time: 60.00 mins |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 1 Live output at: http://54.67.70.0:8877/4ace673cccca99e/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 1 Live output at: http://54.215.176.217:8877/e0a9f9917efe837/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/4ace673cccca99e/output.txt Total script time: 15.12 mins
Image differences available at: http://54.67.70.0:8877/4ace673cccca99e/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/e0a9f9917efe837/output.txt Total script time: 60.00 mins |
Jasmine >= 3.6.0 causes intermittent test failures because of random task abortions. Puppeteer >= 4.0.0 causes ENOTEMPTY/EBUSY errors during shutdown on the Windows bot. Moreover, `jasmine-core` is a dependency of `jasmine` so it doesn't have to be required separately.
The `noPrompt` option doesn't exist and should be `noPrompts`.
/botio unittest |
From: Bot.io (Windows)ReceivedCommand cmd_unittest from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/37ba79989946246/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_unittest from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/de226b1bad336dc/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/de226b1bad336dc/output.txt Total script time: 3.77 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/37ba79989946246/output.txt Total script time: 4.71 mins
|
/botio unittest |
From: Bot.io (Linux m4)ReceivedCommand cmd_unittest from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/ecdbf2f0c35b081/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_unittest from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/ed50f1b7c99154b/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/ecdbf2f0c35b081/output.txt Total script time: 3.82 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/ed50f1b7c99154b/output.txt Total script time: 4.72 mins
|
/botio test |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/af841d2bf6f413c/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/d4a00c80dfd2fad/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/af841d2bf6f413c/output.txt Total script time: 26.92 mins
Image differences available at: http://54.67.70.0:8877/af841d2bf6f413c/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/d4a00c80dfd2fad/output.txt Total script time: 28.87 mins
Image differences available at: http://54.215.176.217:8877/d4a00c80dfd2fad/reftest-analyzer.html#web=eq.log |
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.
Looks good to me; thanks for getting the tests working again!
No description provided.