[PR #2212] [MERGED] fix: run integration tests on Linux #5153

Closed
opened 2026-03-23 22:17:28 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2212
Author: @a-wallen
Created: 4/6/2023
Status: Merged
Merged: 4/6/2023
Merged by: @a-wallen

Base: mainHead: run_integration_test_on_linux


📝 Commits (4)

  • 66749eb fix: run integration tests on Linux
  • 1b54c56 chore: add verbose flag
  • 6e0df4d fix: run tests with virtual x11 server
  • d7628a4 fix: install network manager

📊 Changes

1 file changed (+7 additions, -4 deletions)

View changed files

📝 .github/workflows/integration_test.yml (+7 -4)

📄 Description

Integration tests fail after upgrading Flutter from 3.3.10 to 3.7.5 because Flutter dropped OpenGL support. IIUC, the CI runners don't render using metal, so until https://github.com/flutter/flutter/issues/118469 is fixed, we will need to run the integration tests on a different OS.

fixes https://github.com/AppFlowy-IO/AppFlowy/issues/2200

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/2212 **Author:** [@a-wallen](https://github.com/a-wallen) **Created:** 4/6/2023 **Status:** ✅ Merged **Merged:** 4/6/2023 **Merged by:** [@a-wallen](https://github.com/a-wallen) **Base:** `main` ← **Head:** `run_integration_test_on_linux` --- ### 📝 Commits (4) - [`66749eb`](https://github.com/AppFlowy-IO/AppFlowy/commit/66749ebb0343861141979b81c1d8fd606ebcd8e2) fix: run integration tests on Linux - [`1b54c56`](https://github.com/AppFlowy-IO/AppFlowy/commit/1b54c564e7e09777c652529ca3e3a436af9b36fb) chore: add verbose flag - [`6e0df4d`](https://github.com/AppFlowy-IO/AppFlowy/commit/6e0df4d0e52d992ea8832c1a396520daeb5a1348) fix: run tests with virtual x11 server - [`d7628a4`](https://github.com/AppFlowy-IO/AppFlowy/commit/d7628a49f0f694ff91eadce7ed98b61277cd9ec0) fix: install network manager ### 📊 Changes **1 file changed** (+7 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/integration_test.yml` (+7 -4) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> Integration tests fail after upgrading Flutter from `3.3.10` to `3.7.5` because Flutter dropped OpenGL support. IIUC, the CI runners don't render using metal, so until https://github.com/flutter/flutter/issues/118469 is fixed, we will need to run the integration tests on a different OS. <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> fixes https://github.com/AppFlowy-IO/AppFlowy/issues/2200 --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:28 +00:00
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#5153
No description provided.