-
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
Fix the intermittent failures with PageOpen/PageClose test #17205
Conversation
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/a6469f60b058986/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/baf431b0bfec5d7/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/a6469f60b058986/output.txt Total script time: 5.76 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/baf431b0bfec5d7/output.txt Total script time: 16.11 mins
|
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.
The approach in this PR looks a lot easier than what we had. It does seem to fail the "must compute sum of fields" on both Linux and Windows, but it could also be that the fix here highlights an issue with that particular test, or we need to await something else here. In any case, I think this patch is going in the right direction.
1867240
to
66b1a1f
Compare
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/0c2c014179b7e41/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/18cca61f87c6a1a/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/0c2c014179b7e41/output.txt Total script time: 5.31 mins
|
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.
r=me if this test doesn't fail anymore after e.g. two more runs; thank you for fixing and simplifying this!
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/18cca61f87c6a1a/output.txt Total script time: 18.01 mins
|
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/6cf2addcb723376/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/49deed1416f36d3/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/49deed1416f36d3/output.txt Total script time: 5.31 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/6cf2addcb723376/output.txt Total script time: 17.45 mins
|
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/0256fc42e3f430a/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/d7a737ca0b13256/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/0256fc42e3f430a/output.txt Total script time: 5.30 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/d7a737ca0b13256/output.txt Total script time: 17.06 mins
|
No description provided.