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

[Bug] Integration tests are failing due to TimeoutException #2200

Closed
a-wallen opened this issue Apr 5, 2023 · 0 comments · Fixed by #2212
Closed

[Bug] Integration tests are failing due to TimeoutException #2200

a-wallen opened this issue Apr 5, 2023 · 0 comments · Fixed by #2212
Assignees
Labels
bug Something isn't working infra engineering tasks that are not related to UX/UI features

Comments

@a-wallen
Copy link
Contributor

a-wallen commented Apr 5, 2023

Bug Description

The following PRs are failing their integration tests due to a TimeoutException.

#2194
#2169
#2189
#2193

I suspect that the changes that landed in #2083, which depended on Flutter 3.3.10, were broken by #2000 which upgraded the project version to 3.7.5. The newly added integration tests did not run before #2000 merged.

❌ loading /Users/runner/work/AppFlowy/AppFlowy/frontend/appflowy_flutter/integration_test/runner.dart (failed)
  TimeoutException after 0:12:00.000000: Test timed out after 12 minutes.
  package:test_api/src/backend/invoker.dart 334:28  Invoker._handleError.<fn>
  dart:async/zone.dart 1390:47                      _rootRun
  dart:async/zone.dart 1300:19                      _CustomZone.run
  package:test_api/src/backend/invoker.dart 332:10  Invoker._handleError
  package:test_api/src/backend/invoker.dart 288:9   Invoker.heartbeat.<fn>.<fn>
  dart:async/zone.dart 1398:13                      _rootRun
  dart:async/zone.dart 1300:19                      _CustomZone.run
  package:test_api/src/backend/invoker.dart 287:38  Invoker.heartbeat.<fn>
  dart:async-patch/timer_patch.dart 18:15           Timer._createTimer.<fn>
  dart:isolate-patch/timer_impl.dart 398:19         _Timer._runTimers
  dart:isolate-patch/timer_impl.dart 429:5          _Timer._handleMessage
  dart:isolate-patch/isolate_patch.dart 192:[26](https://github.com/AppFlowy-IO/AppFlowy/actions/runs/4610077785/jobs/8148092409?pr=2191#step:11:27)      _RawReceivePort._handleMessage

How to Reproduce

All PRs submitted to this repo are failing. This should be P0.

Expected Behavior

Integration tests should fail because of changes in the PR. But, they are failing for the same reason across all PRs.

Operating System

Linux (CI)

AppFlowy Version(s)

main

Screenshots

No response

Additional Context

No response

@a-wallen a-wallen self-assigned this Apr 5, 2023
@annieappflowy annieappflowy added bug Something isn't working infra engineering tasks that are not related to UX/UI features labels Apr 6, 2023
@annieappflowy annieappflowy moved this to In progress in AppFlowy Roadmap Apr 6, 2023
@github-project-automation github-project-automation bot moved this from In progress to Done in AppFlowy Roadmap Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infra engineering tasks that are not related to UX/UI features
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants