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

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


The following commit(s) were added to refs/heads/hdfs-append by this push:
     new 09b19b2a0 Add log
09b19b2a0 is described below

commit 09b19b2a0a8f8e6365afee1510a61ec6c4d0c649
Author: Xuanwo <[email protected]>
AuthorDate: Wed Jul 26 17:02:52 2023 +0800

    Add log
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/service_test_hdfs.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/service_test_hdfs.yml 
b/.github/workflows/service_test_hdfs.yml
index fe0d2148e..81e4fbd19 100644
--- a/.github/workflows/service_test_hdfs.yml
+++ b/.github/workflows/service_test_hdfs.yml
@@ -130,3 +130,11 @@ jobs:
           OPENDAL_HDFS_TEST: on
           OPENDAL_HDFS_ROOT: /tmp/opendal/
           OPENDAL_HDFS_NAME_NODE: hdfs://localhost:8020
+
+      - name: Debugging
+        shell: bash
+        if: ${{ failure() }}
+        working-directory: core
+        run: |
+          docker logs namenode
+          docker logs datanode

Reply via email to