diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2025-11-21 11:18:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 11:18:32 -0800 |
| commit | 64dcbbb25bce9456a720608ebc5359d9fbe73dfa (patch) | |
| tree | 4b60e55a39413f56a2643cd69203d687cb88c23b /.github | |
| parent | c1b8d4bf0d6df9fc228e64c9a19181cce9872374 (diff) | |
| download | seaweedfs-64dcbbb25bce9456a720608ebc5359d9fbe73dfa.tar.xz seaweedfs-64dcbbb25bce9456a720608ebc5359d9fbe73dfa.zip | |
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
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/s3-parquet-tests.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/s3-parquet-tests.yml b/.github/workflows/s3-parquet-tests.yml index 7c90c984f..400d4e1fd 100644 --- a/.github/workflows/s3-parquet-tests.yml +++ b/.github/workflows/s3-parquet-tests.yml @@ -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 |
