mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-20 23:21:06 +00:00
feat: creating mogodb and postgres mock instance in checkpoint test (#561)
* fix: using mongomock for the checkpoint test * Add postgres mock setting to the unit test * Added utils file of postgres_mock_utils * fixed the runtime loading error of deerflow server
This commit is contained in:
@@ -368,5 +368,4 @@ def chat_stream_message(thread_id: str, message: str, finish_reason: str) -> boo
|
||||
thread_id, message, finish_reason
|
||||
)
|
||||
else:
|
||||
logging.warning("Checkpoint saver is disabled, message not processed")
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user