You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/10/25 06:59:07 UTC

[iotdb] branch 1c1d-goclientIT created (now 6580533be6)

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

haonan pushed a change to branch 1c1d-goclientIT
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 6580533be6 Use 1c1d docker to run go client IT

This branch includes the following new commits:

     new 6580533be6 Use 1c1d docker to run go client IT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: Use 1c1d docker to run go client IT

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch 1c1d-goclientIT
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 6580533be611d825f1951e49d1873d2681754396
Author: HTHou <hh...@outlook.com>
AuthorDate: Tue Oct 25 14:58:48 2022 +0800

    Use 1c1d docker to run go client IT
---
 .github/workflows/client-go.yml | 2 +-
 client-go                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/client-go.yml b/.github/workflows/client-go.yml
index f33945e08e..55007508ed 100644
--- a/.github/workflows/client-go.yml
+++ b/.github/workflows/client-go.yml
@@ -53,7 +53,7 @@ jobs:
           key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
           restore-keys: ${{ runner.os }}-m2-
       - name: Compile IoTDB Server
-        run: mvn -B package -Dmaven.test.skip=true  -am -pl server
+        run: mvn clean package -pl distribution -am -DskipTests
       - name: Integration test
         shell: bash
         run: |
diff --git a/client-go b/client-go
index 84b8d45829..6b079e5a47 160000
--- a/client-go
+++ b/client-go
@@ -1 +1 @@
-Subproject commit 84b8d45829d846440a3246400e7bc5e39587dcb5
+Subproject commit 6b079e5a47f42f3ecccf1ae4f35d6d6043e7c49d