Merge pull request #14357 from taosdata/ci/clean_win_env

fix: clean windows environment before test
This commit is contained in:
Hui Li 2022-07-01 16:11:56 +08:00 committed by GitHub
commit bdd270eedd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ def pre_test(){
def pre_test_win(){
bat '''
hostname
taskkill /f /t /im python.exe
taskkill /f /t /im bash.exe
taskkill /f /t /im taosd.exe
ipconfig
set
date /t