From 19d43f60704710e8843bf0f20cc86bc6eed239ed Mon Sep 17 00:00:00 2001 From: glorv Date: Mon, 17 May 2021 19:01:30 +0800 Subject: [PATCH] fix test --- tests/lightning_alter_random/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lightning_alter_random/run.sh b/tests/lightning_alter_random/run.sh index ff0a0437e..b2141ab40 100644 --- a/tests/lightning_alter_random/run.sh +++ b/tests/lightning_alter_random/run.sh @@ -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'