ragflow/sdk/python/test
天海蒼灆 983150b936
Fix (api): fix the document parsing status check logic (#12504)
### What problem does this PR solve?
When the original code terminates the parsing task halfway, the progress
may not be 0 or 1, which will result in the inability to call the
interface to parse again

-Change the document parsing progress check to task status check, and
use TaskStatus.RUNNING.value to judge
-Update the condition judgment for stopping parsing documents, and check
whether the task is running instead


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2026-02-28 14:38:55 +08:00
..
test_frontend_api Feat: Alter flask to Quart for async API serving. (#11275) 2025-11-18 17:05:16 +08:00
test_http_api/test_file_management_within_dataset Fix (api): fix the document parsing status check logic (#12504) 2026-02-28 14:38:55 +08:00
conftest.py Don't release full image (#10654) 2025-10-23 23:02:27 +08:00