devtools
devtools copied to clipboard
Flaky debugger test: integration debugging console output
Seen at https://travis-ci.org/flutter/devtools/jobs/597706543.
02:33 +9 ~8: /home/travis/build/flutter/devtools/packages/devtools_app/test/integration_tests/integration_test.dart: integration debugging console output
chrome • console:log • DevTools version 0.1.8.
chrome • console:log • [{"event":"app.devToolsReady"}]
chrome • console:log • [{"id":1}]
chrome • console:log • [{"id":2,"result":"debugger"}]
chrome • log:network • Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/api/logScreenView
chrome • console:startGroupCollapsed • DevTools exception: [ProgressEvent$] [object ProgressEvent]
chrome • console:log •
chrome • console:endGroup • console.groupEnd
chrome • console:log • [{"id":3,"result":"paused"}]
chrome • console:log • [{"id":4}]
chrome • console:log • [{"id":5,"result":"paused"}]
02:34 +9 ~8 -1: /home/travis/build/flutter/devtools/packages/devtools_app/test/integration_tests/integration_test.dart: integration debugging console output [E]
Expected: 'running'
Actual: 'paused'
Which: is different.
Expected: running
Actual: paused
^
Differ at offset 0
package:test_api expect
test/integration_tests/debugger.dart 284:5 debuggingTests.<fn>
02:38 +9 ~8 -1: /home/travis/build/flutter/devtools/packages/devtools_app/test/integration_tests/integration_test.dart: integration debugging pause
Ug, apparently restarting a job on Travis reuses the same link, so the link above no longer goes to the failure log (well, unless it fails again!).
Still seeing this flake:
03:28 +16 ~1 -1: /home/travis/build/flutter/devtools/packages/devtools_app/test/integration_tests/integration_test.dart: integration debugging console output [E]
Expected: 'running'
Actual: 'paused'
Which: is different.
Expected: running
Actual: paused
^
Differ at offset 0
package:test_api expect
test/integration_tests/debugger.dart 261:5 debuggingTests.<fn>