Skip to content

Commit

Permalink
Skip AUTO PARTITION in doris 2.0 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter authored Sep 9, 2024
1 parent 68564dc commit 6c773b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions regression-test/suites/db-sync-common/test_db_sync.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c773b4

Please sign in to comment.