This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch refactor-test
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/refactor-test by this push:
     new 0a388493c Fix opendal_test for new planner
     new ea2d7c857 Merge remote-tracking branch 
'refs/remotes/origin/refactor-test' into refactor-test
0a388493c is described below

commit 0a388493c0483ef7906d06b5105f6e805087af09
Author: Xuanwo <[email protected]>
AuthorDate: Tue Oct 17 20:12:52 2023 +0800

    Fix opendal_test for new planner
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/actions/test-core/action.yaml   | 2 +-
 .github/services/fs/local-fs/action.yml | 2 +-
 .github/services/s3/aws-s3/action.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/actions/test-core/action.yaml 
b/.github/actions/test-core/action.yaml
index da5759fe1..b7e39ee38 100644
--- a/.github/actions/test-core/action.yaml
+++ b/.github/actions/test-core/action.yaml
@@ -44,7 +44,7 @@ runs:
               - name: Run Test Core
                 shell: bash
                 working-directory: core
-                run: cargo nextest run services_${{ inputs.service }} 
--archive-file=./core-test.tar.zst
+                run: cargo nextest run behavior 
--archive-file=./core-test.tar.zst
             EOF
       - name: Run
         id: run
diff --git a/.github/services/fs/local-fs/action.yml 
b/.github/services/fs/local-fs/action.yml
index 4175de1eb..66e73d455 100644
--- a/.github/services/fs/local-fs/action.yml
+++ b/.github/services/fs/local-fs/action.yml
@@ -24,5 +24,5 @@ runs:
         - name: Setup
           shell: bash
           run: |
-              echo "OPENDAL_FS_TEST=on" >> $GITHUB_ENV
+              echo "OPENDAL_TEST=fs" >> $GITHUB_ENV
               echo "OPENDAL_FS_ROOT=${{ runner.temp }}/" >> $GITHUB_ENV
diff --git a/.github/services/s3/aws-s3/action.yml 
b/.github/services/s3/aws-s3/action.yml
index 7591937d5..ec0f9ef27 100644
--- a/.github/services/s3/aws-s3/action.yml
+++ b/.github/services/s3/aws-s3/action.yml
@@ -30,7 +30,7 @@ runs:
     - name: Setup
       shell: bash
       run: |
-        echo "OPENDAL_S3_TEST=${{ fromJson(inputs.secrets).OPENDAL_S3_TEST }}" 
>> $GITHUB_ENV
+        echo "OPENDAL_TEST=s3" >> $GITHUB_ENV
         echo "OPENDAL_S3_ROOT=${{ fromJson(inputs.secrets).OPENDAL_S3_ROOT }}" 
>> $GITHUB_ENV
         echo "OPENDAL_S3_BUCKET=${{ fromJson(inputs.secrets).OPENDAL_S3_BUCKET 
}}" >> $GITHUB_ENV
         echo "OPENDAL_S3_ENDPOINT=${{ 
fromJson(inputs.secrets).OPENDAL_S3_ENDPOINT }}" >> $GITHUB_ENV

Reply via email to