Merge pull request #4008 from taosdata/hotfix/test

[TD-1501]
This commit is contained in:
Shengliang Guan 2020-10-27 15:15:14 +08:00 committed by GitHub
commit 21bd38a70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -115,6 +115,7 @@ func main() {
// os.Exit(1)
//}
//defer db.Close()
rand.Seed(time.Now().Unix())
createDatabase(configPara.dbName, configPara.supTblName)
fmt.Printf("======== create database success! ========\n\n")