Skip to content

Commit

Permalink
test(dm): reset SQL mode when exit test case (pingcap#9210)
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 authored Jun 28, 2023
1 parent 80b9d59 commit 33e9f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dm/tests/case_sensitive/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,5 @@ run_with_prepared

cleanup_process $*

run_sql_both_source "SET @@GLOBAL.SQL_MODE='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'"
echo "[$(date)] <<<<<< test case $TEST_NAME success! >>>>>>"

0 comments on commit 33e9f95

Please sign in to comment.