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

Investigate why the api exporter test is flaky #8483

Open
isoos opened this issue Jan 22, 2025 · 1 comment
Open

Investigate why the api exporter test is flaky #8483

isoos opened this issue Jan 22, 2025 · 1 comment

Comments

@isoos
Copy link
Collaborator

isoos commented Jan 22, 2025

test/package/api_export/api_exporter_test.dart: apiExporter.start() (failed)
  ClientException: Connection reset by peer, uri=http://localhost:43987/api/admin/actions/moderate-package-version
package:http/src/io_client.dart 156:7                        IOClient.send
  ===== asynchronous gap ===========================
  package:http/retry.dart 115:20                               RetryClient.send
  ===== asynchronous gap ===========================
  package:pub_dev/tool/utils/http.dart 74:12                   _AuthenticatedClient.send
  ===== asynchronous gap ===========================
  package:api_builder/_client_utils.dart 64:52                 Client.requestJson.<fn>
  ===== asynchronous gap ===========================
  package:pub_dev/frontend/handlers/pubapi.client.dart 4[96](https://github.com/dart-lang/pub-dev/actions/runs/12906633199/job/35988545810?pr=8482#step:7:99):51  PubApiClient.adminInvokeAction
  ===== asynchronous gap ===========================
  test/package/api_export/api_exporter_test.dart 299:5         _testExportedApiSynchronization
  ===== asynchronous gap ===========================
  test/package/api_export/api_exporter_test.dart 81:7          main.<fn>
@isoos
Copy link
Collaborator Author

isoos commented Jan 22, 2025

package:http/src/io_client.dart 156:7                        IOClient.send
  ===== asynchronous gap ===========================
  package:http/retry.dart 115:20                               RetryClient.send
  ===== asynchronous gap ===========================
  package:pub_dev/tool/utils/http.dart 74:12                   _AuthenticatedClient.send
  ===== asynchronous gap ===========================
  package:api_builder/_client_utils.dart 64:52                 Client.requestJson.<fn>
  ===== asynchronous gap ===========================
  package:pub_dev/frontend/handlers/pubapi.client.dart 4[96](https://github.com/dart-lang/pub-dev/actions/runs/12912489535/job/36007657381#step:7:97):51  PubApiClient.adminInvokeAction
  ===== asynchronous gap ===========================
  test/package/api_export/api_exporter_test.dart 377:5         _testExportedApiSynchronization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant