Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699
This commit is contained in:
parent
385068caf9
commit
a24318d4a6
|
@ -346,8 +346,10 @@ class TDTestCase:
|
||||||
return
|
return
|
||||||
|
|
||||||
def test_case3(self):
|
def test_case3(self):
|
||||||
|
self.taosBenchCreate("127.0.0.1","no","db1", "stb1", 1, 8, 1*10000)
|
||||||
|
self.taosBenchCreate("test209","no","db1", "stb1", 1, 8, 1*10000)
|
||||||
|
|
||||||
# self.taosBenchCreate("chenhaoran02","no","db1", "stb1", 1, 8, 1*10000)
|
# self.taosBenchCreate("chenhaoran02","no","db1", "stb1", 1, 8, 1*10000)
|
||||||
self.taosBenchCreate("chenhaoran02","no","db1", "stb1", 1, 8, 1*1000)
|
|
||||||
|
|
||||||
# self.taosBenchCreate("db1", "stb1", 4, 5, 100*10000)
|
# self.taosBenchCreate("db1", "stb1", 4, 5, 100*10000)
|
||||||
# self.taosBenchCreate("db1", "stb1", 1, 5, 100*10000)
|
# self.taosBenchCreate("db1", "stb1", 1, 5, 100*10000)
|
||||||
|
|
Loading…
Reference in New Issue