From e4ff6e6ba4d4c57c284385632af768b355b12771 Mon Sep 17 00:00:00 2001 From: zhaoyanggh Date: Fri, 22 Jul 2022 09:37:10 +0800 Subject: [PATCH 1/3] chore: update taos-tools --- tools/taos-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/taos-tools b/tools/taos-tools index 0b8a3373bb..69b558ccbf 160000 --- a/tools/taos-tools +++ b/tools/taos-tools @@ -1 +1 @@ -Subproject commit 0b8a3373bb7548f8106d13e7d3b0a988d3c4d48a +Subproject commit 69b558ccbfe54a4407fe23eeae2e67c540f59e55 From 6e1aa587860e41bb409c3ece14b4027854955b05 Mon Sep 17 00:00:00 2001 From: Zhengmao Zhu <70138133+fenghuazzm@users.noreply.github.com> Date: Fri, 22 Jul 2022 10:41:47 +0800 Subject: [PATCH 2/3] docs: Update 02-intro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update 02-intro 有个错别字 --- docs/zh/02-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/02-intro.md b/docs/zh/02-intro.md index 673c2e96b6..191e1cbcc2 100644 --- a/docs/zh/02-intro.md +++ b/docs/zh/02-intro.md @@ -52,7 +52,7 @@ TDengine的主要功能如下: 采用 TDengine,可将典型的物联网、车联网、工业互联网大数据平台的总拥有成本大幅降低。表现在几个方面: 1. 由于其超强性能,它能将系统需要的计算资源和存储资源大幅降低 -2. 因为采用 SQL 接口,能与众多第三放软件无缝集成,学习迁移成本大幅下降 +2. 因为采用 SQL 接口,能与众多第三方软件无缝集成,学习迁移成本大幅下降 3. 因为其 All In One 的特性,系统复杂度降低,能降研发成本 4. 因为运维维护简单,运营维护成本能大幅降低 From 269cddfdf03c1f0b1656c7b70eb677e5631134e2 Mon Sep 17 00:00:00 2001 From: Hui Li <52318143+plum-lihui@users.noreply.github.com> Date: Fri, 22 Jul 2022 10:50:25 +0800 Subject: [PATCH 3/3] Update fulltest.sh test: close one test case for fixing --- tests/system-test/fulltest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index be526c6ccd..f829c71f14 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -63,7 +63,7 @@ python3 ./test.py -f 2-query/check_tsdb.py python3 ./test.py -f 2-query/check_tsdb.py -R -python3 ./test.py -f 1-insert/update_data.py +# python3 ./test.py -f 1-insert/update_data.py python3 ./test.py -f 1-insert/delete_data.py python3 ./test.py -f 2-query/db.py