mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 09:35:59 -04:00
Disable WAL mode for Sqlite pool test
It seems like there are known false positives with thread sanitizer and sqlite. (There are various references to this in sqlite's wal.c and also possibly related https://bugzilla.mozilla.org/show_bug.cgi?id=1153409
This commit is contained in:
@@ -113,8 +113,6 @@ test "Sqlite: Pool" {
|
||||
const conn = try pool.acquire();
|
||||
defer pool.release(conn);
|
||||
|
||||
try conn.exec("pragma journal_mode=wal", .{});
|
||||
|
||||
// This is not safe and can result in corruption. This is only set
|
||||
// because the tests might be run on really slow hardware and we
|
||||
// want to avoid having a busy timeout.
|
||||
|
||||
Reference in New Issue
Block a user