[PR #1613] [MERGED] fix: potential test fail because of async channel message #4850

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1613
Author: @appflowy
Created: 12/28/2022
Status: Merged
Merged: 12/28/2022
Merged by: @appflowy

Base: mainHead: test/potentail_test_fail


📝 Commits (1)

  • d3d8b98 fix: potential test fail because of async channel message

📊 Changes

8 files changed (+268 additions, -136 deletions)

View changed files

📝 frontend/rust-lib/flowy-grid/src/services/filter/entities.rs (+4 -0)
📝 frontend/rust-lib/flowy-grid/tests/grid/filter_test/checkbox_filter_test.rs (+16 -11)
📝 frontend/rust-lib/flowy-grid/tests/grid/filter_test/checklist_filter_test.rs (+15 -3)
📝 frontend/rust-lib/flowy-grid/tests/grid/filter_test/date_filter_test.rs (+36 -6)
📝 frontend/rust-lib/flowy-grid/tests/grid/filter_test/number_filter_test.rs (+43 -7)
📝 frontend/rust-lib/flowy-grid/tests/grid/filter_test/script.rs (+58 -33)
📝 frontend/rust-lib/flowy-grid/tests/grid/filter_test/select_option_filter_test.rs (+25 -6)
📝 frontend/rust-lib/flowy-grid/tests/grid/filter_test/text_filter_test.rs (+71 -70)

📄 Description

No description provided


🔄 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/1613 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 12/28/2022 **Status:** ✅ Merged **Merged:** 12/28/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `test/potentail_test_fail` --- ### 📝 Commits (1) - [`d3d8b98`](https://github.com/AppFlowy-IO/AppFlowy/commit/d3d8b98ff70d5bee7612ae91fa2d646de650dd01) fix: potential test fail because of async channel message ### 📊 Changes **8 files changed** (+268 additions, -136 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-grid/src/services/filter/entities.rs` (+4 -0) 📝 `frontend/rust-lib/flowy-grid/tests/grid/filter_test/checkbox_filter_test.rs` (+16 -11) 📝 `frontend/rust-lib/flowy-grid/tests/grid/filter_test/checklist_filter_test.rs` (+15 -3) 📝 `frontend/rust-lib/flowy-grid/tests/grid/filter_test/date_filter_test.rs` (+36 -6) 📝 `frontend/rust-lib/flowy-grid/tests/grid/filter_test/number_filter_test.rs` (+43 -7) 📝 `frontend/rust-lib/flowy-grid/tests/grid/filter_test/script.rs` (+58 -33) 📝 `frontend/rust-lib/flowy-grid/tests/grid/filter_test/select_option_filter_test.rs` (+25 -6) 📝 `frontend/rust-lib/flowy-grid/tests/grid/filter_test/text_filter_test.rs` (+71 -70) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:06 +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#4850
No description provided.