From dd6c28590cb36b079662d70fc5a740e648b9b547 Mon Sep 17 00:00:00 2001 From: Zhichun Wu Date: Sat, 14 May 2022 13:41:57 +0800 Subject: [PATCH 1/2] Update test report when build failed --- .github/workflows/timezone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/timezone.yml b/.github/workflows/timezone.yml index 3b515bcdf..f7a348f94 100644 --- a/.github/workflows/timezone.yml +++ b/.github/workflows/timezone.yml @@ -34,6 +34,7 @@ jobs: serverTz: ["Asia/Chongqing", "America/Los_Angeles", "Etc/UTC", "Europe/Berlin", "Europe/Moscow"] clientTz: ["Asia/Chongqing", "America/Los_Angeles", "Etc/UTC", "Europe/Berlin", "Europe/Moscow"] fail-fast: false + timeout-minutes: 30 name: "TimeZone(C/S): ${{ matrix.clientTz }} vs. ${{ matrix.serverTz }}" steps: - name: Check out Git repository @@ -67,3 +68,12 @@ jobs: -DclickhouseVersion=22.3 \ -Duser.timezone=${{ matrix.clientTz }} \ --also-make clean verify + - name: Upload test results + uses: actions/upload-artifact@v2 + if: failure() + with: + name: result ${{ github.job }} + path: | + **/target/failsafe-reports + **/target/surefire-reports + From 0d872b39883dbd2e5d22a53d7866eea1b55561be Mon Sep 17 00:00:00 2001 From: Zhichun Wu Date: Sat, 14 May 2022 13:42:23 +0800 Subject: [PATCH 2/2] Bump version --- .github/workflows/third_party_libs.yml | 2 +- pom.xml | 4 ++-- third-party-libraries/pom.xml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/third_party_libs.yml b/.github/workflows/third_party_libs.yml index 80cfebf49..b4c0c7bb1 100644 --- a/.github/workflows/third_party_libs.yml +++ b/.github/workflows/third_party_libs.yml @@ -6,7 +6,7 @@ on: version: description: "Release version" required: true - default: "1.0.0" + default: "1.2.0" jobs: release: diff --git a/pom.xml b/pom.xml index a1d1c33ea..e6385c5ad 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ 1.45.1 2.9.0 4.5.13 - 3.17.3 + 3.19.2 1.8.0 0.9.25 2.0.0-alpha5 @@ -100,7 +100,7 @@ 8.0.28 42.3.3 - 1.1.2 + 1.2.0 3.3.0 3.8.1 diff --git a/third-party-libraries/pom.xml b/third-party-libraries/pom.xml index fa9845b3f..06cb2e999 100644 --- a/third-party-libraries/pom.xml +++ b/third-party-libraries/pom.xml @@ -68,14 +68,14 @@ - 1.1.2 + 1.2.0 2022 UTF-8 UTF-8 1.45.1 2.9.0 0.28.3 - 0.9.25 + 0.9.27 3.3.0 3.0.0-M1 1.2.7 @@ -326,4 +326,4 @@ - + \ No newline at end of file