Skip to content

Commit

Permalink
ci(dm): Fix DM import_v10x Test Failure Due to TiDB int Type Displa…
Browse files Browse the repository at this point in the history
…y Change (#11681)

close #11680
  • Loading branch information
wlwilliamx authored Oct 23, 2024
1 parent ade045e commit 60e2bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm/tests/import_v10x/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function run() {
run_sql "show create table \`dm_meta\`.\`test_syncer_checkpoint\`" $TIDB_PORT $TIDB_PASSWORD
check_contains "\`exit_safe_binlog_name\` varchar(128) DEFAULT ''"
# different TiDB will output DEFAULT 0 or DEFAULT '0'
check_contains "\`exit_safe_binlog_pos\` int(10) unsigned DEFAULT "
check_contains "\`exit_safe_binlog_pos\` int"
check_contains "\`exit_safe_binlog_gtid\` text DEFAULT NULL"

run_sql_file $cur/data/db1.increment.sql $MYSQL_HOST1 $MYSQL_PORT1 $MYSQL_PASSWORD1
Expand Down

0 comments on commit 60e2bfa

Please sign in to comment.