fix: s3 for minio finished

This commit is contained in:
Alex Duan 2023-12-30 15:16:29 +08:00
parent 26023864f1
commit 1600f0654d
4 changed files with 14 additions and 7 deletions

View File

@ -29,7 +29,7 @@
"childtable_prefix": "d",
"insert_mode": "taosc",
"timestamp_step": 1000,
"start_timestamp":"now-15d",
"start_timestamp":"now-13d",
"columns": [
{ "type": "bool", "name": "bc"},
{ "type": "float", "name": "fc" },

View File

@ -68,12 +68,12 @@ class TDTestCase(TBase):
self.compactDb()
# sleep 70s
tdLog.info(f"wait 70s ...")
time.sleep(70)
tdLog.info(f"wait 65s ...")
time.sleep(65)
self.trimDb(True)
rootPath = sc.clusterRootPath()
cmd = f"ls {rootPath}/dnode1/data02/vnode/vnode*/tsdb/*.data"
cmd = f"ls {rootPath}/dnode1/data20/vnode/vnode*/tsdb/*.data"
tdLog.info(cmd)
loop = 0
while len(eos.runRetList(cmd)) > 0 and loop < 40:

View File

@ -32,7 +32,7 @@ class srvCtl:
# get cluster root path like /root/TDinternal/sim/
def clusterRootPath(self):
return tdDnodes.path
return tdDnodes.getDnodesRootDir()
# return dnode data files list
def dnodeDataFiles(self, idx):

View File

@ -5,10 +5,17 @@
#unit-test
,,y,unit-test,bash test.sh
#army-test
#
# army-test
#
,,y,army,./pytest.sh python3 ./test.py -f enterprise/multi-level/mlevel_basic.py -N 3 -L 3 -D 2
,,y,army,./pytest.sh python3 ./test.py -f enterprise/s3/s3_basic.py -L 3 -D 1
#system test
#
# system test
#
,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_basic.py
,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/scalar_function.py
,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_interval.py