Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
glorv authored and ti-chi-bot committed May 20, 2021
1 parent 58cd388 commit ab60bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lightning_alter_random/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ for backend in tidb importer local; do
check_contains 'inc: 3'

# auto random base is 4
run_sql "INSERT INTO alter_random.t VALUES ();"
run_sql "INSERT INTO alter_random.t VALUES ();commit;"
run_sql "SELECT id & b'000001111111111111111111111111111111111111111111111111111111111' as inc FROM alter_random.t"
if [ "$backend" = 'tidb' ]; then
check_contains 'inc: 30002'
Expand Down

0 comments on commit ab60bde

Please sign in to comment.