jopbrown/go-sql-test: TestPreparedStmt_SQLite_NOCGO fails
I fork go sql compatibility test suite to test both github.com/mattn/go-sqlite3
and modernc.org/sqlite(v1.2.0-alpha.3)
and only one test is not pass in this alpha version.
=== RUN TestBlobs_SQLite_CGO
--- PASS: TestBlobs_SQLite_CGO (0.07s)
=== RUN TestBlobs_SQLite_NOCGO
--- PASS: TestBlobs_SQLite_NOCGO (0.12s)
=== RUN TestManyQueryRow_SQLite_CGO
--- PASS: TestManyQueryRow_SQLite_CGO (0.46s)
=== RUN TestManyQueryRow_SQLite_NOCGO
--- PASS: TestManyQueryRow_SQLite_NOCGO (0.96s)
=== RUN TestTxQuery_SQLite_CGO
--- PASS: TestTxQuery_SQLite_CGO (0.04s)
=== RUN TestTxQuery_SQLite_NOCGO
--- PASS: TestTxQuery_SQLite_NOCGO (0.07s)
=== RUN TestPreparedStmt_SQLite_CGO
--- PASS: TestPreparedStmt_SQLite_CGO (4.45s)
=== RUN TestPreparedStmt_SQLite_NOCGO
--- FAIL: TestPreparedStmt_SQLite_NOCGO (0.25s)
sql_test.go:214: Insert: database is locked (5)
sql_test.go:214: Insert: database is locked (5)
sql_test.go:214: Insert: database is locked (5)
sql_test.go:214: Insert: database is locked (5)
sql_test.go:214: Insert: database is locked (5)
sql_test.go:210: Query: database is locked (5)
sql_test.go:214: Insert: database is locked (5)
sql_test.go:214: Insert: database is locked (5)
sql_test.go:214: Insert: database is locked (5)
sql_test.go:214: Insert: database is locked (5)
FAIL
exit status 1
FAIL sqltest 6.487s