Hongze Cheng
0174d7404d
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TS-5445-3.0
2025-02-28 13:26:53 +08:00
chenhaoran
a7cbf6f8b2
refactor: replace inspect-based class retrieval with AST parsing for improved class order handling
2025-02-26 17:53:39 +08:00
chenhaoran
791c9de729
refactor: simplify module loading by introducing dynamicLoadModule function
2025-02-26 16:21:21 +08:00
chenhaoran
67c06cc02b
refactor: simplify module loading by introducing dynamicLoadModule function
2025-02-25 21:14:07 +08:00
chenhaoran
7bbc42aa30
refactor: update Jenkinsfile agents and comment out unused stages
2025-02-25 20:55:38 +08:00
haoranchen
0e9319ef69
Revert "refactor: implement dynamic loading of test case classes"
2025-02-25 15:40:08 +08:00
chenhaoran
b83456de81
refactor: implement dynamic loading of test case classes
2025-02-24 20:47:02 +08:00
chenhaoran
93d2595497
fix:revert test_new cases.py
2025-02-24 10:46:16 +08:00
chenhaoran
526e29f382
refactor: dynamically load the last test case class for execution
2025-02-21 15:15:01 +08:00
factosea
4a08d69159
fix: test case
2024-12-25 09:18:57 +08:00
factosea
4779f4a16f
test case
2024-12-24 17:22:39 +08:00
Alex Duan
6345952f88
test: debug python file
2023-03-22 20:30:25 +08:00
Xuefeng Tan
449f7115e4
fix: windows test ( #20256 )
...
* fix: windows sim test
* fix: windows sim test
* fix: random on windows
* fix: taosd online check
* fix: windows path in python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: windows python test
* fix: make_install.bat
* fix: python test
* fix: jdbc test
* fix: develop test
* fix: develop test
* fix:add log
* test:add win case file
* test:add win case file
* test:add win case file
* fix: python test get taosBenchmark path
* test:add win case file
* test:comment some failed cases in win
* test:add win case file
* test:add win case file
* test:comment some win case file
* test:add some win case file
---------
Co-authored-by: wangmm0220 <wangmm0220@gmail.com>
Co-authored-by: chenhaoran <haoran920c@163.com>
2023-03-16 10:18:06 +08:00
Benguang Zhao
f1991ac882
enh: improve runOneLinux and TDTestCase of python test scripts
2022-11-29 17:19:47 +08:00
chenhaoran
851f34ff36
test:add replica 3 for all testcases and frameworks
2022-10-31 14:41:59 +08:00
afwerar
3a0efe7255
fix(os): run case on win
2022-05-25 16:30:26 +08:00
Shuduo Sang
43feda0595
[TD-13408]<test>: move tests in for3.0 ( #10598 )
...
* restore .gitmodules
* Revert "[TD-13408]<test>: move tests out"
This reverts commit f80a4ca49f .
* revert f80a4ca49f
* immigrate file change from stand-alone repo to TDengine
for 3.0
* remove tests repository for Jenkinsfile2
Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-03-07 19:25:29 +08:00
Shuduo Sang
bf5a3e106b
[TD-13408]<test>: move tests out ( #10176 )
...
* [TD-13408]<test>: move tests out
for 3.0 branch
* add Jenkinsfile2
Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-02-10 15:25:50 +08:00
Shuduo Sang
cf4c4e98fd
support log Sql command to file.
...
[TD-383]
2020-05-21 16:12:15 +08:00
Shuduo Sang
05a289d866
make failed msg friendly.
2020-05-16 11:35:31 +08:00
Shuduo Sang
5868f3459c
reduce python test case output.
2020-05-15 16:00:26 +08:00
Shuduo Sang
ad519de25f
refine python testcases.
2020-04-25 23:14:05 +08:00
Shuduo Sang
c4eed9ec69
expose more info if case failed.
2020-04-25 00:43:05 +08:00
Shuduo Sang
46a7c3c912
add insert/int.py and insert/float.py to test insert function.
...
[TD-167]
2020-04-24 23:54:39 +08:00
Shuduo Sang
fefccc3adb
make python test framework dynamically load module
...
with filename script pass
[TD-179]
2020-04-22 18:24:53 +08:00
Shuduo Sang
e7f46e4a1c
add simplest python testcase for 2.0
...
[TD-128]
2020-04-11 16:12:47 +08:00