test: Add 1 and update 4 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 30s
Build-Test-Publish / build (linux/arm64) (push) Successful in 35s
Build-Test-Publish / create-manifest (push) Successful in 15s

This commit is contained in:
j842
2025-08-17 14:44:49 +12:00
parent d48bee63f9
commit 7d3ae94eb9
5 changed files with 129 additions and 90 deletions

View File

@@ -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.