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

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

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

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


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

commit 5e82d5da58d7f35fe042a0c683ccac4d2629b35e
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
    
    ```
    ...
    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
    ...
    ```
    
    - [ ] 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>
---
 .github/workflows/master.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index fb491072b..0c3f6d7cb 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -96,6 +96,7 @@ jobs:
           path: |
             **/target/unit-tests.log
             **/kyuubi-spark-sql-engine.log*
+            **/kyuubi-spark-batch-submit.log*
 
   flink-it:
     name: Flink Test