提交 80afed67 编写于 作者: J jiajingbin

save

上级 c572b134
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys
import random import random
import string import string
import time import time
...@@ -21,6 +20,7 @@ import numpy as np ...@@ -21,6 +20,7 @@ import numpy as np
from util.log import * from util.log import *
from util.cases import * from util.cases import *
from util.sql import * from util.sql import *
import threading
class TDTestCase: class TDTestCase:
...@@ -818,8 +818,8 @@ class TDTestCase: ...@@ -818,8 +818,8 @@ class TDTestCase:
# self.tagMd5Check() # self.tagMd5Check()
# ! rollback bug # ! rollback bug
# self.tagColBinaryMaxLengthCheckCase() self.tagColBinaryMaxLengthCheckCase()
self.tagColNcharMaxLengthCheckCase() # self.tagColNcharMaxLengthCheckCase()
# self.batchInsertCheckCase() # self.batchInsertCheckCase()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册