test:modify base version in compatibility.py

This commit is contained in:
chenhaoran 2023-04-24 09:37:51 +08:00
parent 2c03ca9c1b
commit 8f17c2f2d7
1 changed files with 3 additions and 3 deletions

View File

@ -17,12 +17,12 @@ from util.dnodes import TDDnode
from util.cluster import *
import subprocess
BASEVERSION = "3.0.1.8"
BASEVERSION = "3.0.2.3"
class TDTestCase:
def caseDescription(self):
'''
f'''
3.0 data compatibility test
case1: basedata version is 3.0.1.8
case1: basedata version is {BASEVERSION}
'''
return