deerflow2/tests/unit/checkpoint
Willem Jiang 546e2e6234
Fixes(unit-test): the unit tests error of recent change of #816 (#826)
* feat: Implement DeerFlow API server with chat streaming, Langgraph orchestration, and various content generation capabilities.

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* - Use MongoDB `$push` with `$each` to append new messages to existing threads
- Use PostgreSQL jsonb concatenation operator to merge messages instead of overwriting
- Update comments to reflect append behavior in both database implementations

* fix: updated the unit tests with the recent changes

---------

Co-authored-by: Bink <992359580@qq.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: YikB <54528024+Bin1783@users.noreply.github.com>
2026-01-22 09:17:14 +08:00
..
postgres_mock_utils.py feat: support dify in rag module (#550) 2025-09-16 20:30:45 +08:00
test_checkpoint.py Fixes(unit-test): the unit tests error of recent change of #816 (#826) 2026-01-22 09:17:14 +08:00
test_memory_leak.py fix(checkpoint): clear in-memory store after successful persistence (#751) 2025-12-09 23:32:13 +08:00