[GH-ISSUE #2200] [Bug] Integration tests are failing due to TimeoutException #900

Closed
opened 2026-03-23 20:42:48 +00:00 by mirror · 0 comments
Owner

Originally created by @a-wallen on GitHub (Apr 5, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2200

Originally assigned to: @a-wallen on GitHub.

Bug Description

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

https://github.com/AppFlowy-IO/AppFlowy/pull/2194
https://github.com/AppFlowy-IO/AppFlowy/pull/2169
https://github.com/AppFlowy-IO/AppFlowy/pull/2189
https://github.com/AppFlowy-IO/AppFlowy/pull/2193

I suspect that the changes that landed in https://github.com/AppFlowy-IO/AppFlowy/pull/2083, which depended on Flutter 3.3.10, were broken by https://github.com/AppFlowy-IO/AppFlowy/pull/2000 which upgraded the project version to 3.7.5. The newly added integration tests did not run before https://github.com/AppFlowy-IO/AppFlowy/pull/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

Originally created by @a-wallen on GitHub (Apr 5, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2200 Originally assigned to: @a-wallen on GitHub. ### Bug Description The following PRs are failing their integration tests due to a TimeoutException. https://github.com/AppFlowy-IO/AppFlowy/pull/2194 https://github.com/AppFlowy-IO/AppFlowy/pull/2169 https://github.com/AppFlowy-IO/AppFlowy/pull/2189 https://github.com/AppFlowy-IO/AppFlowy/pull/2193 I suspect that the changes that landed in https://github.com/AppFlowy-IO/AppFlowy/pull/2083, which depended on Flutter 3.3.10, were broken by https://github.com/AppFlowy-IO/AppFlowy/pull/2000 which upgraded the project version to 3.7.5. The newly added integration tests did not run before https://github.com/AppFlowy-IO/AppFlowy/pull/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_
mirror 2026-03-23 20:42:48 +00:00
  • closed this issue
  • added the
    infra
    bug
    labels
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#900
No description provided.