diff --git a/tests/system-test/0-others/compatibility.py b/tests/system-test/0-others/compatibility.py index 6a78a051ab..d10e8e8ced 100644 --- a/tests/system-test/0-others/compatibility.py +++ b/tests/system-test/0-others/compatibility.py @@ -450,6 +450,11 @@ class TDTestCase: tdsql.checkData(0,2,180) tdsql.checkData(0,3,0.53) + # check alter config + tdsql.execute('alter all dnodes "debugFlag 131"') + tdsql.execute('alter dnode 1 "debugFlag 143"') + tdsql.execute('alter local "debugFlag 131"') + # check tmq conn = taos.connect()