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

Chromedriver tests fail #2360

Closed
johnpryan opened this issue Sep 16, 2022 · 3 comments
Closed

Chromedriver tests fail #2360

johnpryan opened this issue Sep 16, 2022 · 3 comments
Labels
area-testing closed-duplicate Closed in favor of an existing report P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@johnpryan
Copy link
Contributor

When I run grind deploy, an end-to-end test in playground_test.dart is failing:

  00:05 +34: test/e2e/playground_test.dart: Version text is displayed
  00:07 +34 -1: test/e2e/playground_test.dart: Version text is displayed [E]
    UnknownException (500): unknown error: net::ERR_CONNECTION_REFUSED
      (Session info: chrome=105.0.5195.125)
    package:webdriver/src/handler/w3c/utils.dart 99:9       parseW3cResponse
    package:webdriver/src/handler/w3c/navigation.dart 26:5  W3cNavigationHandler.parseNavigateToResponse
    package:webdriver/src/common/request_client.dart 96:32  AsyncRequestClient.send
    ===== asynchronous gap ===========================
    test/e2e/playground_test.dart 89:5                      main.<fn>
  
  00:07 +34 -1: test/e2e/playground_test.dart: Basic Dart app
  00:07 +34 ~1 -1: test/e2e/playground_test.dart: (tearDownAll)
  00:07 +34 ~1 -1: Some tests failed.
  
  Consider enabling the flag chain-stack-traces to receive more detailed exceptions.
  For example, 'dart test --chain-stack-traces'.

failed with exit code 1
#0      runAsync (package:grinder/src/run.dart:108:5)
<asynchronous suspension>
#1      testCli (file:///Users/ryjohn/code/github/dart-lang/dart-pad/tool/grind.dart:24:20)
<asynchronous suspension>
#2      _RootZone.bindUnaryCallbackGuarded.<anon> (dart:async/zone.dart:1625:12)
<asynchronous suspension>

I'm using Chrome 105.0.5195.125 with Chromedriver 105.0.5195.52

cc: @srawlins

@srawlins
Copy link
Member

Yikes, does this run in CI too, or just when run manually locally?

@johnpryan
Copy link
Contributor Author

@johnpryan johnpryan added area-testing P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Oct 5, 2022
@parlough
Copy link
Member

This implementation of the playground including the chromedriver tests no longer exist.

@parlough parlough closed this as not planned Won't fix, can't repro, duplicate, stale Jun 17, 2024
@parlough parlough added the closed-duplicate Closed in favor of an existing report label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testing closed-duplicate Closed in favor of an existing report P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants