Browse Source

Update Makefile

pull/7481/head
chrislu 2 weeks ago
parent
commit
7d5d6222ed
  1. 6
      test/s3/parquet/Makefile

6
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"

Loading…
Cancel
Save