From 8c43c3dd8d86a5c137670e85d098b0e57cd9b879 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 8 Mar 2022 13:40:03 +0800 Subject: [PATCH] Test/sangshuduo/td 13408 move tests in for2.0 (#10611) * restore .gitmodules for 2.0 * Revert "[TD-13408]: move tests out from TDengine" This reverts commit 9d342bf3f5b404fc1014400060e012b387bfdb8c. * immigarate file change from stand-alone repo to TDengine for 2.0 * remove tests repository checkout * move examples/rust back * fix typo Co-authored-by: tangfangzhi --- .gitmodules | 9 ++++++--- {tests/examples => examples}/rust | 0 2 files changed, 6 insertions(+), 3 deletions(-) rename {tests/examples => examples}/rust (100%) diff --git a/.gitmodules b/.gitmodules index 346f5c0069..23f279efa0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,12 @@ [submodule "src/connector/hivemq-tdengine-extension"] path = src/connector/hivemq-tdengine-extension url = git@github.com:taosdata/hivemq-tdengine-extension.git -[submodule "tests/examples/rust"] - path = tests/examples/rust - url = https://github.com/songtianyi/tdengine-rust-bindings.git [submodule "deps/jemalloc"] path = deps/jemalloc url = https://github.com/jemalloc/jemalloc +[submodule "deps/TSZ"] + path = deps/TSZ + url = https://github.com/taosdata/TSZ.git +[submodule "examples/rust"] + path = examples/rust + url = https://github.com/songtianyi/tdengine-rust-bindings.git diff --git a/tests/examples/rust b/examples/rust similarity index 100% rename from tests/examples/rust rename to examples/rust -- GitLab