fix: replace json path
This commit is contained in:
parent
a860793c99
commit
c44d654a75
|
@ -157,7 +157,7 @@ class TDTestCase(TBase):
|
||||||
|
|
||||||
# find
|
# find
|
||||||
taosdump, benchmark, tmpdir = self.findPrograme()
|
taosdump, benchmark, tmpdir = self.findPrograme()
|
||||||
json = "./taosdump/ws3/json/primaryKey.json"
|
json = "./tools/taosdump/ws3/json/primaryKey.json"
|
||||||
|
|
||||||
# insert data with taosBenchmark
|
# insert data with taosBenchmark
|
||||||
self.insertData(benchmark, json, db)
|
self.insertData(benchmark, json, db)
|
||||||
|
|
|
@ -206,7 +206,7 @@ class TDTestCase(TBase):
|
||||||
|
|
||||||
# find
|
# find
|
||||||
taosdump, benchmark, taosadapter, tmpdir = self.findPrograme()
|
taosdump, benchmark, taosadapter, tmpdir = self.findPrograme()
|
||||||
json = "./taosdump/ws3/json/retry.json"
|
json = "./tools/taosdump/ws3/json/retry.json"
|
||||||
|
|
||||||
# insert data with taosBenchmark
|
# insert data with taosBenchmark
|
||||||
self.insertData(benchmark, json, db)
|
self.insertData(benchmark, json, db)
|
||||||
|
|
Loading…
Reference in New Issue