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/11/02 04:02:12 UTC

[iotdb-client-go] branch rel/0.13 updated: Fixed problem with incorrect database version (#59)

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

haonan pushed a commit to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git


The following commit(s) were added to refs/heads/rel/0.13 by this push:
     new dddf736  Fixed problem with incorrect database version (#59)
dddf736 is described below

commit dddf73679d26de7c9d379b4f44aedac45496be44
Author: 橘子 <70...@users.noreply.github.com>
AuthorDate: Tue Nov 1 21:02:07 2022 -0700

    Fixed problem with incorrect database version (#59)
    
    Fixed problem with incorrect database version.
    Using branch `rel/0.13` now.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9109054..c19989c 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ test:
 	go test -v ./client/...
 
 e2e_test:
-	sh -c "cd /tmp/ && rm -rf iotdb && git clone https://github.com/apache/iotdb.git && cd iotdb && mvn -Dmaven.test.skip=true package -am -pl server"
+	sh -c "cd /tmp/ && rm -rf iotdb && git clone https://github.com/apache/iotdb.git && cd iotdb && git checkout rel/0.13 && mvn -Dmaven.test.skip=true package -am -pl server"
 	mkdir -p target/iotdb
 	unzip -o -q /tmp/iotdb/server/target/iotdb-server-*.zip -d target/iotdb
 	docker-compose -f test/e2e/docker-compose.yml up --build --abort-on-container-exit --remove-orphans