Merge pull request #28545 from taosdata/fix/3.0/TD-32703
set case tmqVnodeTransform-stb-removewal.py's sync debug flag to 143
This commit is contained in:
commit
5e08699fa6
|
@ -17,6 +17,8 @@ sys.path.append("./7-tmq")
|
||||||
from tmqCommon import *
|
from tmqCommon import *
|
||||||
|
|
||||||
class TDTestCase:
|
class TDTestCase:
|
||||||
|
|
||||||
|
updatecfgDict = {'sDebugFlag':143}
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.vgroups = 1
|
self.vgroups = 1
|
||||||
self.ctbNum = 10
|
self.ctbNum = 10
|
||||||
|
|
Loading…
Reference in New Issue