diff --git a/test/s3/parquet/Makefile b/test/s3/parquet/Makefile index b166c7dda..75c656687 100644 --- a/test/s3/parquet/Makefile +++ b/test/s3/parquet/Makefile @@ -43,9 +43,9 @@ help: @echo "SeaweedFS S3 Parquet Integration Tests" @echo "" @echo "Available targets:" - @echo " test - Run S3 Parquet integration tests" - @echo " test-with-server - Run tests with automatic server management (CI compatible)" - @echo " test-quick - Run quick tests with small files only" + @echo " test - Run full S3 Parquet integration tests (small and large files)" + @echo " test-with-server - Run full tests with automatic server management (CI compatible)" + @echo " test-quick - Run quick tests with small files only (sets TEST_QUICK=1)" @echo " test-implicit-dir - Test implicit directory fix for s3fs compatibility" @echo " test-implicit-dir-with-server - Test implicit directory fix with server management" @echo " setup-python - Setup Python virtual environment and install dependencies"