Skip to content

Commit b0a2a0d

Browse files
authored
Update tests/integration/api_issue_test.go
1 parent 23b97a2 commit b0a2a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/api_issue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func TestAPICreateIssue(t *testing.T) {
145145
func TestAPICreateIssueParallel(t *testing.T) {
146146
defer tests.PrepareTestEnv(t)()
147147

148-
// FIXME: There seems to be a bug in go-sqlite, when doing concurrent writes to the same database,
148+
// FIXME: There seems to be a bug in github.com/mattn/go-sqlite3 with sqlite_unlock_notify, when doing concurrent writes to the same database,
149149
// some requests may get stuck in "go-sqlite3.(*SQLiteRows).Next", "go-sqlite3.(*SQLiteStmt).exec" and "go-sqlite3.unlock_notify_wait",
150150
// because the "unlock_notify_wait" never returns and the internal lock never gets releases.
151151
//

0 commit comments

Comments
 (0)