CFM enrollment autotest failing on M55 ToT |
||||||||||
Issue descriptionStarting with R55-8749.0.0 CFM enrollment autotest is failing on all devices. enterprise_RemoraRequisitionServer: https://wmatrix.googleplex.com/matrix/unfiltered?hide_missing=True&tests=enterprise_RemoraRequisitionServer&days_back=10 All other CFM autotest failing becaues device is not able to enroll: https://wmatrix.googleplex.com/matrix/unfiltered?suites=hotrod&days_back=10&releases=55&hide_missing=True From the logs it seems that it is not able to find the context with specified id so it keeps waiting on "document.readyState == 'complete' && document.getElementById('Email') != null" Complete logs can be grabbed from https://wmatrix.googleplex.com/testrun/unfiltered?test_ids=340701178 08/29 00:36:53.277 DEBUG|inspector_websocke:0097| sent [{ "id": 263, "method": "Runtime.evaluate", "params": { "contextId": 2, "expression": "document.readyState == 'complete' && document.getElementById('Email') != null", "returnByValue": true } }] 08/29 00:36:53.278 DEBUG|inspector_websocke:0164| got [{ "error": { "code": -32000, "message": "Cannot find context with specified id" }, "id": 263 }] 08/29 00:36:53.279 DEBUG|inspector_websocke:0097| sent [{ "id": 264, "method": "Runtime.evaluate", "params": { "contextId": 3, "expression": "document.readyState == 'complete' && document.getElementById('Email') != null", "returnByValue": true } }] 08/29 00:36:53.280 DEBUG|inspector_websocke:0164| got [{ "id": 264, "result": { "result": { "type": "boolean", "value": false } } }]
,
Aug 29 2016
,
Aug 29 2016
Sorry, this is one of my CLs
,
Aug 29 2016
,
Aug 31 2016
Harpreet - this should be fixed. You may need to wait for chrome to roll if it didn't last night. Please verify.
,
Sep 7 2016
,
Oct 3 2016
We are seeing this consistently now. Please take a look.
Its failing while waiting on "identifierId":
10/03 02:10:26.268 DEBUG|inspector_websocke:0097| sent [{
"id": 43,
"method": "Runtime.evaluate",
"params": {
"expression": "document.getElementById('identifierId') != null",
"returnByValue": true
}
}]
10/03 02:10:26.269 DEBUG|inspector_websocke:0164| got [{
"id": 43,
"result": {
"result": {
"type": "boolean",
"value": false
}
}
}]
Looks like this is happening because of the new login flow UI.
,
Oct 3 2016
I just ran the test locally and it times out on the 'network not available' window even though ethernet is available.
,
Oct 3 2016
With some run's I see the following error.
10/02 02:27:07.054 DEBUG|inspector_websocke:0097| sent [{
"id": 15,
"method": "Runtime.evaluate",
"params": {
"contextId": 5,
"expression": "document.readyState == 'complete' && document.getElementById('Email') != null",
"returnByValue": true
}
}]
10/02 02:27:07.071 DEBUG|inspector_websocke:0164| got [{
"method": "Runtime.consoleAPICalled",
"params": {
"args": [
{
"type": "string",
"value": "<webview>: The load has aborted with error -100: ERR_CONNECTION_CLOSED."
}
],
"executionContextId": 1,
"stackTrace": {
"callFrames": [
{
"columnNumber": 19,
"functionName": "showWarningMessage",
"lineNumber": 236,
"scriptId": "43",
"url": "extensions::webViewEvents"
},
{
"columnNumber": 4,
"functionName": "WebViewEvents.handleLoadAbortEvent",
"lineNumber": 241,
"scriptId": "43",
"url": "extensions::webViewEvents"
},
{
"columnNumber": 29,
"functionName": "",
"lineNumber": 96,
"scriptId": "32",
"url": "extensions::guestViewEvents"
},
{
"columnNumber": 13,
"functionName": "target.(anonymous function)",
"lineNumber": 18,
"scriptId": "27",
"url": "extensions::SafeBuiltins"
},
{
"columnNumber": 21,
"functionName": "",
"lineNumber": 168,
"scriptId": "32",
"url": "extensions::guestViewEvents"
},
{
"columnNumber": 13,
"functionName": "target.(anonymous function)",
"lineNumber": 18,
"scriptId": "27",
"url": "extensions::SafeBuiltins"
},
{
"columnNumber": 21,
"functionName": "EventImpl.dispatchToListener",
"lineNumber": 387,
"scriptId": "33",
"url": "extensions::event_bindings"
},
{
"columnNumber": 13,
"functionName": "target.(anonymous function)",
"lineNumber": 18,
"scriptId": "27",
"url": "extensions::SafeBuiltins"
},
{
"columnNumber": 25,
"functionName": "publicClassPrototype.(anonymous function)",
"lineNumber": 150,
"scriptId": "39",
"url": "extensions::utils"
},
{
"columnNumber": 34,
"functionName": "EventImpl.dispatch_",
"lineNumber": 371,
"scriptId": "33",
"url": "extensions::event_bindings"
},
{
"columnNumber": 25,
"functionName": "dispatchArgs",
"lineNumber": 243,
"scriptId": "33",
"url": "extensions::event_bindings"
},
{
"columnNumber": 6,
"functionName": "dispatchEvent",
"lineNumber": 252,
"scriptId": "33",
"url": "extensions::event_bindings"
}
]
},
"timestamp": 1475400427069.1782,
"type": "warning"
}
}]
10/02 02:27:07.073 DEBUG|inspector_websocke:0164| got [{
"id": 15,
"result": {
"result": {
"type": "boolean",
"value": false
}
}
}]
10/02 02:27:07.175 DEBUG| inspector_backend:0064| InspectorBackend._Connect() to ws://127.0.0.1:60875/devtools/page/5db8df78-3775-4c2d-9378-989e25f4d6f3
,
Oct 3 2016
I know how to fix this, but this needs to land first: https://chromium-review.googlesource.com/#/c/391123/
,
Oct 4 2016
This should fix this. https://chromium-review.googlesource.com/#/c/393226/ There seems to be an independent problem where the hotrod app is not being downloaded.
,
Oct 4 2016
Ok. Let me patch this CL locally and try.
,
Oct 4 2016
This works for me. It does complain that the app is was not downloaded but relaunching chrome auto launches the hotrod app and the test passes.
,
Oct 4 2016
That's what I'm seeing too
,
Oct 4 2016
Yes. I think this has been like this for a long time now but only happens with autotests. Can you please submit this soon so it gets in before the M55 branch on Thursday. Otherwise the tests will continue to fail on M55 for another 6 weeks unless we merge this back after branch.
,
Oct 4 2016
Ok, I see you've put it in the CQ. We can chump it in if the CQ fails to land this EOD.
,
Oct 4 2016
Sure. SG
,
Oct 5 2016
CL has landed. Please verify
,
Apr 6 2017
|
||||||||||
►
Sign in to add a comment |
||||||||||
Comment 1 by harpreet@chromium.org
, Aug 29 2016