diff --git a/regression-test/suites/db-sync-common/test_db_sync.groovy b/regression-test/suites/db-sync-common/test_db_sync.groovy index 725810de..3580ebfb 100644 --- a/regression-test/suites/db-sync-common/test_db_sync.groovy +++ b/regression-test/suites/db-sync-common/test_db_sync.groovy @@ -16,6 +16,11 @@ // under the License. suite("test_db_sync") { + def versions = sql_return_maparray "show variables like 'version_comment'" + if (versions[0].Value.contains('doris-2.0.')) { + logger.info("2.0 not support AUTO PARTITION, current version is: ${versions[0].Value}") + return + } def syncerAddress = "127.0.0.1:9190" def test_num = 0