-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: taosdata/taos-tools
base: 125c77afa94100d60b607ec987a2d0dedd7e4d91
head repository: taosdata/taos-tools
compare: 46950524a7e72ea368d3554d2ee3c485cbdb5995
- 5 commits
- 73 files changed
- 2 contributors
Commits on Sep 19, 2022
-
test: refine taosdump functest coverage (#374)
* test: refine tests for taosdump * test: rm tests/CMakeLists.txt * test: change workflow accordingly * fix: taosdump ws float null * test: coveralls.yml includes websocket test * fix: disable taosdump/ws dep * fix: wrong filename in cmake file * test: add more test cases * test: add expect test taosdump password * fix: ci-taosdump-release-ws.yml wrong branch * test: cherry pick from other branch * test: add tools path finding for 3.0 * test: remove days/blocks for 3.0 * fix: .github/workflows/non-x64.yml * test: add vnodes=256 env variable for 3.0 * test: fix windows-build-for3.0.yml * test: disable ws for tdengine 2.0 * test: disable ws for tdengine 2.0 on centos * fix: windows compile * fix: check windows macro * test: use test/sangshuduo/TD-17080-taosdump-functest on windows build * fix: pip3 install taospy on centos * test: add 3.0-coveralls.yml * fix: replace test branch with 3.0 * fix: add expect install * fix: stb pointer is null on tdengine 3.0 * test: add basic test cases * fix: use ins_ instead of user_ * fix: select tbname,stbname from schema * test: remove taosdump3.py * test: add ws3 test * test: remove nested query case * test: remove taosdemo old test case * fix: refine coverage test * test: use test/sangshuduo/TD-17080-taosdump-functest * test: disable taosdump test col tag case * fix: change actions to 3.0 branch * fix: run actions on push too * fix: make 3.0-coveralls.yml run on push * fix: remove unused debug info * test: use jom for windows compile * test: allow to test system program * test: move coverage to topdir * test: revise .github/workflows/3.0-coveralls.yml * test: check changed file in ../.github/workflows/centos-release.yml * test: add tests/taosdump/old cases * fix: make info print to stdout * test: change test case to take system program at last * test: remove stderr redirect in ../../.github/workflows/3.0-coveralls.yml * test: change 3.0-taosdump-release.yml to test stand aline taos-tools * test: add 3.0 taosbenchmark release workflow * test: exclude sml_, telnet_tcp and websocket test Co-authored-by: Yang Zhao <yzhao@taosdata.com>
Configuration menu - View commit details
-
Copy full SHA for d2477e8 - Browse repository at this point
Copy the full SHA d2477e8View commit details -
test: fix centos release (#376)
* test: refine tests for taosdump * test: rm tests/CMakeLists.txt * test: change workflow accordingly * fix: taosdump ws float null * test: coveralls.yml includes websocket test * fix: disable taosdump/ws dep * fix: wrong filename in cmake file * test: add more test cases * test: add expect test taosdump password * fix: ci-taosdump-release-ws.yml wrong branch * test: cherry pick from other branch * test: add tools path finding for 3.0 * test: remove days/blocks for 3.0 * fix: .github/workflows/non-x64.yml * test: add vnodes=256 env variable for 3.0 * test: fix windows-build-for3.0.yml * test: disable ws for tdengine 2.0 * test: disable ws for tdengine 2.0 on centos * fix: windows compile * fix: check windows macro * test: use test/sangshuduo/TD-17080-taosdump-functest on windows build * fix: pip3 install taospy on centos * test: add 3.0-coveralls.yml * fix: replace test branch with 3.0 * fix: add expect install * fix: stb pointer is null on tdengine 3.0 * test: add basic test cases * fix: use ins_ instead of user_ * fix: select tbname,stbname from schema * test: remove taosdump3.py * test: add ws3 test * test: remove nested query case * test: remove taosdemo old test case * fix: refine coverage test * test: use test/sangshuduo/TD-17080-taosdump-functest * test: disable taosdump test col tag case * fix: change actions to 3.0 branch * fix: run actions on push too * fix: make 3.0-coveralls.yml run on push * fix: remove unused debug info * test: use jom for windows compile * test: allow to test system program * test: move coverage to topdir * test: revise .github/workflows/3.0-coveralls.yml * test: check changed file in ../.github/workflows/centos-release.yml * test: add tests/taosdump/old cases * fix: make info print to stdout * test: change test case to take system program at last * test: remove stderr redirect in ../../.github/workflows/3.0-coveralls.yml * test: change 3.0-taosdump-release.yml to test stand aline taos-tools * test: add 3.0 taosbenchmark release workflow * test: exclude sml_, telnet_tcp and websocket test * test: fix centos release Co-authored-by: Yang Zhao <yzhao@taosdata.com>
Configuration menu - View commit details
-
Copy full SHA for 701f55c - Browse repository at this point
Copy the full SHA 701f55cView commit details -
fix: taosbenchmark count tbname for3.0 (#377)
* fix: taosbenchmark count tbname for 3.0 * fix: adjust position of print major version
Configuration menu - View commit details
-
Copy full SHA for 318246c - Browse repository at this point
Copy the full SHA 318246cView commit details -
test: fix workflow taos-tools build (#378)
* test: refine tests for taosdump * test: rm tests/CMakeLists.txt * test: change workflow accordingly * fix: taosdump ws float null * test: coveralls.yml includes websocket test * fix: disable taosdump/ws dep * fix: wrong filename in cmake file * test: add more test cases * test: add expect test taosdump password * fix: ci-taosdump-release-ws.yml wrong branch * test: cherry pick from other branch * test: add tools path finding for 3.0 * test: remove days/blocks for 3.0 * fix: .github/workflows/non-x64.yml * test: add vnodes=256 env variable for 3.0 * test: fix windows-build-for3.0.yml * test: disable ws for tdengine 2.0 * test: disable ws for tdengine 2.0 on centos * fix: windows compile * fix: check windows macro * test: use test/sangshuduo/TD-17080-taosdump-functest on windows build * fix: pip3 install taospy on centos * test: add 3.0-coveralls.yml * fix: replace test branch with 3.0 * fix: add expect install * fix: stb pointer is null on tdengine 3.0 * test: add basic test cases * fix: use ins_ instead of user_ * fix: select tbname,stbname from schema * test: remove taosdump3.py * test: add ws3 test * test: remove nested query case * test: remove taosdemo old test case * fix: refine coverage test * test: use test/sangshuduo/TD-17080-taosdump-functest * test: disable taosdump test col tag case * fix: change actions to 3.0 branch * fix: run actions on push too * fix: make 3.0-coveralls.yml run on push * fix: remove unused debug info * test: use jom for windows compile * test: allow to test system program * test: move coverage to topdir * test: revise .github/workflows/3.0-coveralls.yml * test: check changed file in ../.github/workflows/centos-release.yml * test: add tests/taosdump/old cases * fix: make info print to stdout * test: change test case to take system program at last * test: remove stderr redirect in ../../.github/workflows/3.0-coveralls.yml * test: change 3.0-taosdump-release.yml to test stand aline taos-tools * test: add 3.0 taosbenchmark release workflow * test: exclude sml_, telnet_tcp and websocket test * test: fix centos release * test: fix build taos-tools in ../.github/workflows/3.0-coveralls.yml Co-authored-by: Yang Zhao <yzhao@taosdata.com>
Configuration menu - View commit details
-
Copy full SHA for 509ec72 - Browse repository at this point
Copy the full SHA 509ec72View commit details -
fix: taosbenchmark sml cases (#379)
* fix: websocekt select database * test: move test case to this repo * fix: ci-taosBenchmark-debug.yml taos-tools path * fix: taosbenchmark cleanup * fix: test path on 2.x * fix: remove websocket test from 2.x * chore: convert dos format to unix * test: python case import cleanup * test: update .pre-commit-config.yaml * test: remove taosbenchmark/ws/websocket.py.sql * test: fix taosbenchmark sml cases for 3.0 * fix: .github/workflows/centos-release.yml Co-authored-by: zhaoyanggh <yzhao@taosdata.com>
Configuration menu - View commit details
-
Copy full SHA for 4695052 - Browse repository at this point
Copy the full SHA 4695052View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 125c77afa94100d60b607ec987a2d0dedd7e4d91...46950524a7e72ea368d3554d2ee3c485cbdb5995