You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2023/02/13 11:38:28 UTC

[kyuubi] branch branch-1.7 updated: [KYUUBI #4317] Upload `kyuubi-spark-batch-submit.log.*` on CI failure

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

ulyssesyou pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 12eb1437c [KYUUBI #4317] Upload `kyuubi-spark-batch-submit.log.*` on CI failure
12eb1437c is described below

commit 12eb1437ce343fc391f4e3f544cf2ddf5bb9e687
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Mon Feb 13 19:37:50 2023 +0800

    [KYUUBI #4317] Upload `kyuubi-spark-batch-submit.log.*` on CI failure
    
    ### _Why are the changes needed?_
    
    ```
    ...
    07:43:26.520 KyuubiSessionManager-exec-pool: Thread-779 INFO ProcBuilder: Logging to /home/runner/work/kyuubi/kyuubi/kyuubi-server/target/work/runner/kyuubi-spark-batch-submit.log.0
    ...
    ```
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4317 from pan3793/ci-log.
    
    Closes #4317
    
    dbde5306 [Cheng Pan] Upload kyuubi-spark-batch-submit.log on CI failure
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: ulyssesyou <ul...@apache.org>
    (cherry picked from commit 161dd3fa8d4eeea693bfd835d0de08026d6f82fa)
    Signed-off-by: ulyssesyou <ul...@apache.org>
---
 .github/workflows/master.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index fd0505999..ed7403fbc 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -102,6 +102,7 @@ jobs:
           path: |
             **/target/unit-tests.log
             **/kyuubi-spark-sql-engine.log*
+            **/kyuubi-spark-batch-submit.log*
 
   authz:
     name: Kyuubi-AuthZ and Spark Test