mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
The test_async.c module must pass an unchanging filename to the underlying VFS. (CVS 6400)
FossilOrigin-Name: d1eeee21677a3dffdb4ee1182322007bf24ef03a
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
# Specifically, it tests that the xFullPathname() method of
|
||||
# of the asynchronous vfs works correctly.
|
||||
#
|
||||
# $Id: async3.test,v 1.3 2007/11/05 17:01:08 danielk1977 Exp $
|
||||
# $Id: async3.test,v 1.4 2009/03/28 18:56:14 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -27,6 +27,7 @@ if { [info commands sqlite3async_enable]=="" } {
|
||||
|
||||
db close
|
||||
sqlite3async_enable 1
|
||||
#set sqlite3async_trace 1
|
||||
sqlite3async_start
|
||||
|
||||
set paths {
|
||||
@ -67,6 +68,7 @@ foreach p $paths {
|
||||
}
|
||||
|
||||
db close
|
||||
|
||||
sqlite3async_halt idle
|
||||
sqlite3async_wait
|
||||
sqlite3async_halt never
|
||||
|
Reference in New Issue
Block a user