fix: replace json path

This commit is contained in:
Alex Duan 2024-12-24 19:56:28 +08:00
parent a860793c99
commit c44d654a75
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ class TDTestCase(TBase):
# find
taosdump, benchmark, tmpdir = self.findPrograme()
json = "./taosdump/ws3/json/primaryKey.json"
json = "./tools/taosdump/ws3/json/primaryKey.json"
# insert data with taosBenchmark
self.insertData(benchmark, json, db)

View File

@ -206,7 +206,7 @@ class TDTestCase(TBase):
# find
taosdump, benchmark, taosadapter, tmpdir = self.findPrograme()
json = "./taosdump/ws3/json/retry.json"
json = "./tools/taosdump/ws3/json/retry.json"
# insert data with taosBenchmark
self.insertData(benchmark, json, db)