You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Chris Lu 5ce2f4e868 add README and load test harness 2 days ago
..
framework streaming reads for large files and multi-volume Rust cluster support 3 days ago
grpc streaming reads for large files and multi-volume Rust cluster support 3 days ago
http remove TestUnsupportedMethodConnectParity (HTTP CONNECT is not a SeaweedFS feature) 3 days ago
loadtest add README and load test harness 2 days ago
matrix Add volume server integration test suite and CI workflow (#8322) 4 weeks ago
merge Adds volume.merge command with deduplication and disk-based backend (#8441) 2 weeks ago
rust production readiness: TLS, disk monitoring, scrubbing, stats, and integration tests 3 days ago
DEV_PLAN.md Add volume server integration test suite and CI workflow (#8322) 4 weeks ago
Makefile Add volume server integration test suite and CI workflow (#8322) 4 weeks ago
README.md Add volume server integration test suite and CI workflow (#8322) 4 weeks ago

README.md

Volume Server Integration Tests

This package contains integration tests for SeaweedFS volume server HTTP and gRPC APIs.

Run Tests

Run tests from repo root:

go test ./test/volume_server/... -v

If a weed binary is not found, the harness will build one automatically.

Optional environment variables

  • WEED_BINARY: explicit path to the weed executable (disables auto-build).
  • VOLUME_SERVER_IT_KEEP_LOGS=1: keep temporary test directories and process logs.

Current scope (Phase 0)

  • Shared cluster/framework utilities
  • Matrix profile definitions
  • Initial HTTP admin endpoint checks
  • Initial gRPC state/status checks

More API coverage is tracked in /Users/chris/dev/seaweedfs2/test/volume_server/DEV_PLAN.md.