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

xuanwo pushed a commit to branch fix-behavor-test-for-blocking-layer
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to 
refs/heads/fix-behavor-test-for-blocking-layer by this push:
     new 025463b6f Make nextcloud and owncloud happy
025463b6f is described below

commit 025463b6f6f8b875a629895db22e90cc4c4a6220
Author: Xuanwo <[email protected]>
AuthorDate: Tue Aug 8 11:54:37 2023 +0800

    Make nextcloud and owncloud happy
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/service_test_webdav.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/service_test_webdav.yml 
b/.github/workflows/service_test_webdav.yml
index 7f0467d24..9b130d27e 100644
--- a/.github/workflows/service_test_webdav.yml
+++ b/.github/workflows/service_test_webdav.yml
@@ -170,18 +170,18 @@ jobs:
           NEXTCLOUD_ADMIN_PASSWORD: admin
           REDIS_HOST: redis
         options: >-
-          --health-cmd="curl -f http://localhost"; 
-          --health-interval=10s 
-          --health-timeout=5s 
+          --health-cmd="curl -f http://localhost";
+          --health-interval=10s
+          --health-timeout=5s
           --health-retries=5
-      
+
       redis:
         image: redis
         options: >-
           --health-cmd "redis-cli ping"
           --health-interval 10s
           --health-timeout 5s
-          --health-retries 5   
+          --health-retries 5
 
     steps:
       - uses: actions/checkout@v3
@@ -194,7 +194,7 @@ jobs:
         shell: bash
         working-directory: core
         run: |
-          cargo test webdav
+          cargo test webdav -j=1
         env:
           OPENDAL_WEBDAV_TEST: on
           OPENDAL_WEBDAV_ENDPOINT: http://127.0.0.1:8080/remote.php/webdav/
@@ -229,7 +229,7 @@ jobs:
           --health-cmd "redis-cli ping"
           --health-interval 10s
           --health-timeout 5s
-          --health-retries 5   
+          --health-retries 5
 
     steps:
       - uses: actions/checkout@v3
@@ -242,9 +242,9 @@ jobs:
         shell: bash
         working-directory: core
         run: |
-          cargo test webdav
+          cargo test webdav -j=1
         env:
           OPENDAL_WEBDAV_TEST: on
           OPENDAL_WEBDAV_ENDPOINT: http://127.0.0.1:8080/remote.php/webdav/
           OPENDAL_WEBDAV_USERNAME: admin
-          OPENDAL_WEBDAV_PASSWORD: admin
\ No newline at end of file
+          OPENDAL_WEBDAV_PASSWORD: admin

Reply via email to