Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
438b3dcd
TDengine
项目概览
taosdata
/
TDengine
接近 2 年 前同步成功
通知
1192
Star
22018
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
438b3dcd
编写于
4月 20, 2023
作者:
dengyihao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
change write opt
上级
5741d0c2
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
9 addition
and
8 deletion
+9
-8
cmake/cmake.define
cmake/cmake.define
+0
-2
cmake/rocksdb_CMakeLists.txt.in
cmake/rocksdb_CMakeLists.txt.in
+4
-1
tests/parallel_test/cases.task
tests/parallel_test/cases.task
+2
-2
tests/system-test/runAllOne.sh
tests/system-test/runAllOne.sh
+1
-1
tests/system-test/win-test-file
tests/system-test/win-test-file
+2
-2
未找到文件。
cmake/cmake.define
浏览文件 @
438b3dcd
...
@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.0)
...
@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.0)
set(CMAKE_VERBOSE_MAKEFILE ON)
set(CMAKE_VERBOSE_MAKEFILE ON)
set(TD_BUILD_TAOSA_INTERNAL FALSE)
set(TD_BUILD_TAOSA_INTERNAL FALSE)
set(PORTABLE ON)
#set output directory
#set output directory
SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/build/lib)
SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/build/lib)
...
@@ -79,7 +78,6 @@ ELSE ()
...
@@ -79,7 +78,6 @@ ELSE ()
SET(TD_TAOS_TOOLS TRUE)
SET(TD_TAOS_TOOLS TRUE)
ENDIF ()
ENDIF ()
SET(JEMALLOC_ENABLED OFF)
IF (TD_WINDOWS)
IF (TD_WINDOWS)
MESSAGE("${Yellow} set compiler flag for Windows! ${ColourReset}")
MESSAGE("${Yellow} set compiler flag for Windows! ${ColourReset}")
SET(COMMON_FLAGS "/w /D_WIN32 /DWIN32 /Zi /MTd")
SET(COMMON_FLAGS "/w /D_WIN32 /DWIN32 /Zi /MTd")
...
...
cmake/rocksdb_CMakeLists.txt.in
浏览文件 @
438b3dcd
...
@@ -4,7 +4,10 @@ ExternalProject_Add(rocksdb
...
@@ -4,7 +4,10 @@ ExternalProject_Add(rocksdb
GIT_REPOSITORY https://github.com/taosdata-contrib/rocksdb.git
GIT_REPOSITORY https://github.com/taosdata-contrib/rocksdb.git
GIT_TAG v6.23.3
GIT_TAG v6.23.3
SOURCE_DIR "${TD_CONTRIB_DIR}/rocksdb"
SOURCE_DIR "${TD_CONTRIB_DIR}/rocksdb"
CMAKE_ARGS -DPORTABLE=on
CMAKE_ARGS
-DPORTABLE=1
-DWITH_GFLAGS=0
-DWITH_JEMALLOC=0
CONFIGURE_COMMAND ""
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
INSTALL_COMMAND ""
...
...
tests/parallel_test/cases.task
浏览文件 @
438b3dcd
...
@@ -543,7 +543,7 @@
...
@@ -543,7 +543,7 @@
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_control.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_control.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_manage.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_manage.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/fsync.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/fsync.py
,,n,system-test,python3 ./test.py -f 0-others/compatibility.py
#
,,n,system-test,python3 ./test.py -f 0-others/compatibility.py
,,n,system-test,python3 ./test.py -f 0-others/tag_index_basic.py
,,n,system-test,python3 ./test.py -f 0-others/tag_index_basic.py
,,n,system-test,python3 ./test.py -f 0-others/udfpy_main.py
,,n,system-test,python3 ./test.py -f 0-others/udfpy_main.py
,,n,system-test,python3 ./test.py -N 3 -f 0-others/walRetention.py
,,n,system-test,python3 ./test.py -N 3 -f 0-others/walRetention.py
...
@@ -559,7 +559,7 @@
...
@@ -559,7 +559,7 @@
,,n,system-test,python3 ./test.py -f 1-insert/insertWithMoreVgroup.py
,,n,system-test,python3 ./test.py -f 1-insert/insertWithMoreVgroup.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_comment.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_comment.py
,,n,system-test,python3 ./test.py -f 1-insert/time_range_wise.py
,,n,system-test,python3 ./test.py -f 1-insert/time_range_wise.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/block_wise.py
#
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/block_wise.py
#,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/create_retentions.py
#,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/create_retentions.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/mutil_stage.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/mutil_stage.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_param_ttl.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_param_ttl.py
...
...
tests/system-test/runAllOne.sh
浏览文件 @
438b3dcd
...
@@ -13,7 +13,7 @@ python3 ./test.py -f 1-insert/boundary.py -P
...
@@ -13,7 +13,7 @@ python3 ./test.py -f 1-insert/boundary.py -P
python3 ./test.py
-f
1-insert/insertWithMoreVgroup.py
-P
python3 ./test.py
-f
1-insert/insertWithMoreVgroup.py
-P
python3 ./test.py
-f
1-insert/table_comment.py
-P
python3 ./test.py
-f
1-insert/table_comment.py
-P
python3 ./test.py
-f
1-insert/time_range_wise.py
-P
python3 ./test.py
-f
1-insert/time_range_wise.py
-P
python3 ./test.py
-f
1-insert/block_wise.py
-P
#
python3 ./test.py -f 1-insert/block_wise.py -P
#python3 ./test.py -f 1-insert/create_retentions.py -P
#python3 ./test.py -f 1-insert/create_retentions.py -P
python3 ./test.py
-f
1-insert/mutil_stage.py
-P
python3 ./test.py
-f
1-insert/mutil_stage.py
-P
python3 ./test.py
-f
1-insert/table_param_ttl.py
-P
python3 ./test.py
-f
1-insert/table_param_ttl.py
-P
...
...
tests/system-test/win-test-file
浏览文件 @
438b3dcd
...
@@ -12,7 +12,7 @@ python3 ./test.py -f 0-others/sysinfo.py
...
@@ -12,7 +12,7 @@ python3 ./test.py -f 0-others/sysinfo.py
python3 ./test.py -f 0-others/user_control.py
python3 ./test.py -f 0-others/user_control.py
python3 ./test.py -f 0-others/user_manage.py
python3 ./test.py -f 0-others/user_manage.py
python3 ./test.py -f 0-others/fsync.py
python3 ./test.py -f 0-others/fsync.py
python3 ./test.py -f 0-others/compatibility.py
#
python3 ./test.py -f 0-others/compatibility.py
python3 ./test.py -f 0-others/tag_index_basic.py
python3 ./test.py -f 0-others/tag_index_basic.py
# python3 ./test.py -f 1-insert/alter_database.py
# python3 ./test.py -f 1-insert/alter_database.py
python3 ./test.py -f 1-insert/influxdb_line_taosc_insert.py
python3 ./test.py -f 1-insert/influxdb_line_taosc_insert.py
...
@@ -26,7 +26,7 @@ python3 ./test.py -f 1-insert/boundary.py
...
@@ -26,7 +26,7 @@ python3 ./test.py -f 1-insert/boundary.py
python3 ./test.py -f 1-insert/insertWithMoreVgroup.py
python3 ./test.py -f 1-insert/insertWithMoreVgroup.py
python3 ./test.py -f 1-insert/table_comment.py
python3 ./test.py -f 1-insert/table_comment.py
python3 ./test.py -f 1-insert/time_range_wise.py
python3 ./test.py -f 1-insert/time_range_wise.py
python3 ./test.py -f 1-insert/block_wise.py
#
python3 ./test.py -f 1-insert/block_wise.py
#python3 ./test.py -f 1-insert/create_retentions.py
#python3 ./test.py -f 1-insert/create_retentions.py
python3 ./test.py -f 1-insert/mutil_stage.py
python3 ./test.py -f 1-insert/mutil_stage.py
python3 ./test.py -f 1-insert/table_param_ttl.py
python3 ./test.py -f 1-insert/table_param_ttl.py
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录