-
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 incorrect USERACTIVATION_CALLBACKID
import (15618 follow-up)
#16511
Conversation
This constant is currently imported from the wrong file, where it doesn't exist; see PR 15618.
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/37616c14eda70ff/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/6fa074296c9fd89/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/37616c14eda70ff/output.txt Total script time: 4.48 mins
|
/botio-linux integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/30afa738ba4bdf0/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/30afa738ba4bdf0/output.txt Total script time: 4.05 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/6fa074296c9fd89/output.txt Total script time: 17.48 mins
|
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/4841b450786e784/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/745eea0ead0b3ab/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/4841b450786e784/output.txt Total script time: 4.00 mins
|
/botio-linux integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/1d3f632f9abf0f1/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/1d3f632f9abf0f1/output.txt Total script time: 4.01 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/745eea0ead0b3ab/output.txt Total script time: 15.49 mins
|
This seems to lead to more intermittent failures, so this might not be enough on its own unfortunately :-( |
For me this patch is good. |
There's a lot of failures in the But if you're OK with this, then we can certainly just land this! |
The only consequence of the bug is to not reset the userAction flag: so if there's a |
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/a16672089054071/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/7b0bb38aae35703/output.txt |
Locally, |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/7b0bb38aae35703/output.txt Total script time: 3.95 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/a16672089054071/output.txt Total script time: 15.59 mins
|
Locally autoprint.pdf is working well on Windows and on a Ubuntu through WSL but I'll test on a real linux device just to be sure. |
WFM on Fedora. |
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.
LGTM. Thank you.
Because we didn't enable the necessary ESLint-plugin rule to catch such cases, patch coming soon. |
This constant is currently imported from the wrong file, where it doesn't exist; see PR #15618.