From 25f07c6e342c2f5746c99ded7dc4ea50a6ab9505 Mon Sep 17 00:00:00 2001 From: qevolg <2227465945@qq.com> Date: Thu, 31 Oct 2024 16:42:52 +0800 Subject: [PATCH 1/4] fix(.github): fix taoskeeper ci --- .github/workflows/taoskeeper-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/taoskeeper-ci.yml b/.github/workflows/taoskeeper-ci.yml index 38dfb6d43c..ba43937029 100644 --- a/.github/workflows/taoskeeper-ci.yml +++ b/.github/workflows/taoskeeper-ci.yml @@ -28,7 +28,7 @@ jobs: run: | mkdir debug cd debug - cmake .. -DBUILD_HTTP=false -DBUILD_JDBC=false -DBUILD_TOOLS=false -DBUILD_TEST=off -DBUILD_KEEPER=true + cmake .. -DBUILD_HTTP=false -DBUILD_JDBC=false -DBUILD_TOOLS=false -DBUILD_TEST=off -DBUILD_KEEPER=true -DBUILD_DEPENDENCY_TESTS=false make -j 4 sudo make install which taosd From 9b743c10bdbf8ebf7517831ead093562402099f8 Mon Sep 17 00:00:00 2001 From: qevolg <2227465945@qq.com> Date: Thu, 31 Oct 2024 16:59:43 +0800 Subject: [PATCH 2/4] chore(*): trigger taoskeeper ci --- examples/c/asyncdemo.c | 1 + tools/keeper/api/adapter2_test.go | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/c/asyncdemo.c b/examples/c/asyncdemo.c index 91ec6f24b1..ef0bbc1e55 100644 --- a/examples/c/asyncdemo.c +++ b/examples/c/asyncdemo.c @@ -17,6 +17,7 @@ // this example opens multiple tables, insert/retrieve multiple tables // it is used by TAOS internally for one performance testing // to compiple: gcc -o asyncdemo asyncdemo.c -ltaos +// #include #include diff --git a/tools/keeper/api/adapter2_test.go b/tools/keeper/api/adapter2_test.go index e6fd263c43..5456dfeecf 100644 --- a/tools/keeper/api/adapter2_test.go +++ b/tools/keeper/api/adapter2_test.go @@ -14,6 +14,7 @@ import ( ) func TestAdapter2(t *testing.T) { + // c := &config.Config{ InstanceID: 64, Port: 6043, From ad6fe3f1ed706ded00e2259f39400d5c4b1114ee Mon Sep 17 00:00:00 2001 From: qevolg <2227465945@qq.com> Date: Thu, 31 Oct 2024 17:00:29 +0800 Subject: [PATCH 3/4] chore(*): trigger taoskeeper ci --- examples/c/asyncdemo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/c/asyncdemo.c b/examples/c/asyncdemo.c index ef0bbc1e55..91ec6f24b1 100644 --- a/examples/c/asyncdemo.c +++ b/examples/c/asyncdemo.c @@ -17,7 +17,6 @@ // this example opens multiple tables, insert/retrieve multiple tables // it is used by TAOS internally for one performance testing // to compiple: gcc -o asyncdemo asyncdemo.c -ltaos -// #include #include From c9ee2a8565db7196782870521c81031be6ef4d03 Mon Sep 17 00:00:00 2001 From: qevolg <2227465945@qq.com> Date: Thu, 31 Oct 2024 17:03:14 +0800 Subject: [PATCH 4/4] chore(*): trigger taoskeeper ci --- tools/keeper/api/adapter2_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/keeper/api/adapter2_test.go b/tools/keeper/api/adapter2_test.go index 5456dfeecf..e6fd263c43 100644 --- a/tools/keeper/api/adapter2_test.go +++ b/tools/keeper/api/adapter2_test.go @@ -14,7 +14,6 @@ import ( ) func TestAdapter2(t *testing.T) { - // c := &config.Config{ InstanceID: 64, Port: 6043,