fix: submit others cases
This commit is contained in:
parent
f3b56c67ed
commit
01ecb5cc55
|
@ -20,6 +20,7 @@ from frame.cases import *
|
|||
from frame.sql import *
|
||||
from frame.caseBase import *
|
||||
from frame import *
|
||||
from frame.srvCtl import *
|
||||
|
||||
|
||||
class TDTestCase(TBase):
|
||||
|
@ -28,8 +29,6 @@ class TDTestCase(TBase):
|
|||
[TD-19985] taosBenchmark retry test cases
|
||||
"""
|
||||
|
||||
|
||||
|
||||
def run(self):
|
||||
binPath = etool.benchMarkFile()
|
||||
cmd = (
|
||||
|
|
|
@ -20,6 +20,7 @@ from frame.cases import *
|
|||
from frame.sql import *
|
||||
from frame.caseBase import *
|
||||
from frame import *
|
||||
from frame.srvCtl import *
|
||||
|
||||
|
||||
class TDTestCase(TBase):
|
||||
|
@ -28,8 +29,6 @@ class TDTestCase(TBase):
|
|||
[TD-19985] taosBenchmark retry test cases
|
||||
"""
|
||||
|
||||
|
||||
|
||||
def run(self):
|
||||
binPath = etool.benchMarkFile()
|
||||
cmd = "%s -f ./tools/benchmark/basic/json/taosc_insert_retry-global.json" % binPath
|
||||
|
|
|
@ -20,6 +20,7 @@ from frame.cases import *
|
|||
from frame.sql import *
|
||||
from frame.caseBase import *
|
||||
from frame import *
|
||||
from frame.srvCtl import *
|
||||
|
||||
|
||||
class TDTestCase(TBase):
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"update_fill_interval": 25,
|
||||
"generate_row_rule": 2,
|
||||
"columns": [
|
||||
{ "type": "bool", "name": "bc", "encode":"bit-packing", "compress":"zstd", "level":"high" },
|
||||
{ "type": "bool", "name": "bc", "encode":"disabled", "compress":"disabled" },
|
||||
{ "type": "float", "name": "fc", "encode":"delta-d", "compress":"zlib", "level":"medium", "max": 100, "min": 0 },
|
||||
{ "type": "double", "name": "dc", "encode":"delta-d", "compress":"xz", "level":"low", "max": 100, "min": 0 },
|
||||
{ "type": "tinyint", "name": "ti", "encode":"delta-i", "compress":"zstd", "level":"high", "max": 100, "min": 0 },
|
||||
|
|
Loading…
Reference in New Issue