test: Add 1 and update 4 files
This commit is contained in:
@@ -31,8 +31,8 @@ Simple Object Server is a C++23 application that provides a REST API for storing
|
||||
# Run integration tests directly
|
||||
./testing/test.sh
|
||||
|
||||
# Test large file uploads (1GB)
|
||||
./testing/test_1GB_file_upload.sh
|
||||
# Test large file uploads (100MB)
|
||||
./testing/test_100MB_file_upload.sh
|
||||
```
|
||||
|
||||
### Development Workflow
|
||||
@@ -90,7 +90,7 @@ The test suite (`testing/test.sh`) covers:
|
||||
4. File deletion
|
||||
5. Rate limiting functionality
|
||||
6. MD5 checksum verification
|
||||
7. Large file upload testing (1GB files)
|
||||
7. Large file upload testing (100MB files)
|
||||
|
||||
Tests use curl for API interactions and jq for JSON parsing.
|
||||
|
||||
|
Reference in New Issue
Block a user