From 70a42894667662a8f6300ae73f8efbe08685ca30 Mon Sep 17 00:00:00 2001 From: chrislu Date: Thu, 20 Nov 2025 23:12:27 -0800 Subject: [PATCH] add github action --- .github/workflows/s3-parquet-tests.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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