Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WangXiangUSTC committed May 24, 2019
1 parent 178ad9a commit fe8e51b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/sync_diff_inspector/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ get_ts
echo "delete one data, diff should not passed"
mysql -uroot -h 127.0.0.1 -P 4000 -e "delete from diff_test.test limit 1"

sync_diff_inspector --config=./config.toml > $OUT_DIR/diff.log
sync_diff_inspector --config=./config.toml > $OUT_DIR/diff.log || true
tail -5 $OUT_DIR/diff.log
check_contains "sourceDB don't equal targetDB" $OUT_DIR/diff.log

echo "use snapshot compare data, data should be equal"
Expand Down

0 comments on commit fe8e51b

Please sign in to comment.