test read write by s3fs and PyArrow native file system for s3 (#7520)

* test read write by s3fs and PyArrow native file system for s3

* address comments

* add github action
This commit is contained in:
Chris Lu
2025-11-21 11:18:32 -08:00
committed by GitHub
parent c1b8d4bf0d
commit 64dcbbb25b
5 changed files with 696 additions and 6 deletions

View File

@@ -97,6 +97,17 @@ jobs:
VOLUME_PORT: 8080
MASTER_PORT: 9333
- name: Run cross-filesystem compatibility tests
run: |
cd test/s3/parquet
TEST_QUICK=1 make test-cross-fs-with-server
env:
SEAWEEDFS_BINARY: weed
S3_PORT: 8333
FILER_PORT: 8888
VOLUME_PORT: 8080
MASTER_PORT: 9333
- name: Run SSE-S3 encryption compatibility tests
run: |
cd test/s3/parquet