diff --git a/tests/system-test/0-others/splitVGroup.py b/tests/system-test/0-others/splitVGroup.py index bf06729860521386971be2eb5c84f1389a77e9d1..320acbb1969ddbd3fbf22078a3c1a8f7077545ef 100644 --- a/tests/system-test/0-others/splitVGroup.py +++ b/tests/system-test/0-others/splitVGroup.py @@ -243,7 +243,7 @@ class TDTestCase: # warning performance diff = (spend1 - spend2)*100/spend1 - tdLog.info("spend1=%.2fs spend2=%.2f diff=%.1f%"%(spend1, spend2, diff)) + tdLog.info("spend1=%.2fs spend2=%.2fs diff=%.1f%%"%(spend1, spend2, diff)) if spend1 > spend2 and diff > 20: tdLog.info("warning: the diff for performance after spliting is over 20%")