Skip to content
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

test/devtools_test.dart: Injected client can not launch devtools for the same app in multiple tabs #2462

Open
bkonyi opened this issue Jul 9, 2024 · 1 comment
Assignees
Labels
P3 A lower priority bug or feature request triaged

Comments

@bkonyi
Copy link
Collaborator

bkonyi commented Jul 9, 2024

Last portion of log output from the failing test:

...
  [INFO] DwdsInjector: Injected debugging metadata for entrypoint at http://localhost:36443/hello_world/main.dart.bootstrap.js
  
  [FINEST] TestServer: 0:00:00.010396 GET [304] /hello_world/main.dart.bootstrap.js
  
  [FINEST] TestServer: 0:00:00.003443 GET [304] /hello_world/main.ddc.js
  
  [FINEST] TestServer: 0:00:00.002744 GET [304] /packages/build_web_compilers/src/dev_compiler/dart_sdk.js
  
  [FINEST] TestServer: 0:00:00.002198 GET [304] /packages/intl/src/intl/bidi.ddc.js
  
  [FINEST] TestServer: 0:00:00.002243 GET [304] /packages/path/path.ddc.js
  
  [FINEST] TestServer: 0:00:00.004362 GET [304] /packages/intl/number_symbols_data.ddc.js
  
  [FINEST] TestServer: 0:00:00.004541 GET [304] /packages/intl/src/date_format_internal.ddc.js
  
  [FINEST] TestServer: 0:00:00.003802 GET [304] /packages/clock/clock.ddc.js
  
  [FINEST] TestServer: 0:00:00.002615 GET [304] /packages/intl/date_symbols.ddc.js
  
  [FINEST] TestServer: 0:00:00.001989 GET [304] /packages/intl/number_symbols.ddc.js
  
  [FINEST] TestServer: 0:00:00.010031 GET [200] /dwds/src/injected/client.js
  
  [FINEST] TestServer: 0:00:00.003327 GET [200] /hello_world/$requireDigestsPath?entrypoint=hello_world/main.dart.bootstrap.js
  
  [FINEST] TestServer: 0:00:00.000510 POST [200] /hello_world/$dwdsSseHandler?sseClientId=InjectedClient-13e9d860-b9d8-441f-83a5-2a828c3f8692&messageId=0
  
  [FINEST] TestServer: 0:00:00.000583 POST [200] /hello_world/$dwdsSseHandler?sseClientId=InjectedClient-13e9d860-b9d8-441f-83a5-2a828c3f8692&messageId=1
  
  [INFO] DevHandler: Stopped debug service on ws://127.0.0.1:44456
  
  [FINE] ChromeProxyService: Destroying isolate
  Bad state: Page never initialized
  test/devtools_test.dart 28:3  _waitForPageReady
  ===== asynchronous gap ===========================
  test/devtools_test.dart 76:9  main.<fn>.<fn>
  Bad state: Page never initialized
  test/devtools_test.dart 28:3  _waitForPageReady
  ===== asynchronous gap ===========================
  test/devtools_test.dart 76:9  main.<fn>.<fn>
  Bad state: Page never initialized
  test/devtools_test.dart 28:3  _waitForPageReady
  ===== asynchronous gap ===========================
  test/devtools_test.dart 76:9  main.<fn>.<fn>
  Bad state: Page never initialized
  test/devtools_test.dart 28:3  _waitForPageReady
  ===== asynchronous gap ===========================
  test/devtools_test.dart 76:9  main.<fn>.<fn>

Marking this test as skipped until the failure can be properly investigated.

bkonyi added a commit that referenced this issue Jul 9, 2024
…multiple tabs'

This test is currently failing for unknown reasons and needs to be
investigated.

See #2462
bkonyi added a commit that referenced this issue Jul 9, 2024
…multiple tabs' (#2463)

This test is currently failing for unknown reasons and needs to be
investigated.

See #2462
@bkonyi bkonyi added P3 A lower priority bug or feature request triaged labels Jul 31, 2024
@bkonyi
Copy link
Collaborator Author

bkonyi commented Jul 31, 2024

Context: ALT/Option-D should open DevTools instances from a web application served by webdev serve when run without the debug extension enabled.

@bkonyi bkonyi self-assigned this Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 A lower priority bug or feature request triaged
Projects
None yet
Development

No branches or pull requests

1 participant