Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: taosdata/taos-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 125c77afa94100d60b607ec987a2d0dedd7e4d91
Choose a base ref
...
head repository: taosdata/taos-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 46950524a7e72ea368d3554d2ee3c485cbdb5995
Choose a head ref
  • 5 commits
  • 73 files changed
  • 2 contributors

Commits on Sep 19, 2022

  1. 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>
    sangshuduo and Yang Zhao authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d2477e8 View commit details
    Browse the repository at this point in the history
  2. 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>
    sangshuduo and Yang Zhao authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    701f55c View commit details
    Browse the repository at this point in the history
  3. fix: taosbenchmark count tbname for3.0 (#377)

    * fix: taosbenchmark count tbname for 3.0
    
    * fix: adjust position of print major version
    sangshuduo authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    318246c View commit details
    Browse the repository at this point in the history
  4. 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>
    sangshuduo and Yang Zhao authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    509ec72 View commit details
    Browse the repository at this point in the history
  5. 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>
    sangshuduo and zhaoyanggh authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    4695052 View commit details
    Browse the repository at this point in the history
Loading