]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
t/lei_store: ensure over.sqlite3 uses WAL
authorEric Wong <e@80x24.org>
Tue, 26 Aug 2025 19:50:47 +0000 (19:50 +0000)
committerEric Wong <e@80x24.org>
Thu, 28 Aug 2025 18:48:19 +0000 (18:48 +0000)
commitd99a07c1bc801d2c8fc8cc62b74b4d34ca091f46
treef534eacf05eda991d726580487da7f71cfbb758d
parentd4ba2361216f2f014d9028a30f500ef01f32d450
t/lei_store: ensure over.sqlite3 uses WAL

As lei is a single user store, it's always used WAL since it
should improve parallelism and I/O patterns.  An additional test
here will ensure bugs don't slip in where we forget to enable
WAL.
t/lei_store.t