ragflow/test/testcases/test_sdk_api
Liu An a3bebeb599
Fix: Enforce 255-byte filename limit (#8290)
### What problem does this PR solve?

- Add filename length validation (<=255 bytes) for document
upload/rename in both HTTP and SDK APIs
- Update error messages for consistency
- Fix comparison operator in SDK from '>=' to '>' for filename length
check

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-06-16 16:39:41 +08:00
..
test_chat_assistant_management Test: fix test cases and improve document parsing validation (#8179) 2025-06-11 14:25:30 +08:00
test_chunk_management_within_dataset Test: Refactor test fixtures and add SDK session management tests (#8141) 2025-06-09 18:13:26 +08:00
test_dataset_mangement Fix: Move pagerank field from create to update dataset API (#8217) 2025-06-12 15:47:49 +08:00
test_file_management_within_dataset Fix: Enforce 255-byte filename limit (#8290) 2025-06-16 16:39:41 +08:00
test_session_management Test: Refactor test fixtures and add SDK session management tests (#8141) 2025-06-09 18:13:26 +08:00
common.py Test: Refactor test fixtures and add SDK session management tests (#8141) 2025-06-09 18:13:26 +08:00
conftest.py Test: Add web API test suite for knowledge base operations (#8254) 2025-06-13 16:39:10 +08:00