mirror of
https://github.com/sqlite/sqlite.git
synced 2025-12-24 14:17:58 +03:00
Ensure that vacuum3.test closes all opened database connections. Fix for #3157. (CVS 5184)
FossilOrigin-Name: 654e3b3de8ddeba3e31e9677ec4086e9f73c3598
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# focus of this file is changing the database page size using a
|
||||
# VACUUM statement.
|
||||
#
|
||||
# $Id: vacuum3.test,v 1.4 2008/05/28 16:00:44 danielk1977 Exp $
|
||||
# $Id: vacuum3.test,v 1.5 2008/06/03 07:34:09 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@@ -238,6 +238,8 @@ do_test vacuum3-4.6 {
|
||||
execsql { SELECT * FROM abc } db2
|
||||
} {1 2 3 4 5 6}
|
||||
|
||||
db2 close
|
||||
|
||||
do_ioerr_test vacuum3-ioerr-1 -cksum true -sqlprep {
|
||||
PRAGMA page_size = 1024;
|
||||
BEGIN;
|
||||
|
||||
Reference in New Issue
Block a user