mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Update test file mutex1.test to account for [e3b500fb5d].
FossilOrigin-Name: c86e46f4fd8f485fa1d34c70e17ea3aa1b334ce3
This commit is contained in:
@ -103,20 +103,14 @@ ifcapable threadsafe&&shared_cache {
|
||||
singlethread {}
|
||||
multithread {
|
||||
fast static_lru static_master static_mem static_open static_prng
|
||||
static_pmem
|
||||
}
|
||||
serialized {
|
||||
fast recursive static_lru static_master static_mem static_open static_prng
|
||||
fast recursive static_lru static_master static_mem static_open
|
||||
static_prng static_pmem
|
||||
}
|
||||
} {
|
||||
|
||||
# Permutation "memsubsys1" configures a block of PAGECACHE memory. In
|
||||
# multi-threaded and serialized modes, this causes SQLite to use the
|
||||
# STATIC_PMEM mutex as well.
|
||||
#
|
||||
if {[permutation] == "memsubsys1" && $mode != "singlethread"} {
|
||||
lappend mutexes static_pmem
|
||||
}
|
||||
|
||||
do_test mutex1.2.$mode.1 {
|
||||
catch {db close}
|
||||
sqlite3_shutdown
|
||||
|
Reference in New Issue
Block a user