You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is tested using a modified version of Gitea. But I think the problem would exhibit in the vanilla one as well. The cause, if I am assuming correctly, is that the integration test program trying to load the test fixtures of the Notifications table while the Gitea server is updating it at the same time.
This is tested using a modified version of Gitea. But I think the problem would exhibit in the vanilla one as well. The cause, if I am assuming correctly, is that the integration test program trying to load the test fixtures of the
Notifications
table while the Gitea server is updating it at the same time.Edit: this is tested with #4999 plus mattn/go-sqlite3#439 applied.
Gitea version (or commit ref):
v1.5.0-rc1-233-gc977b627a
Git version:
git version 2.19.0
Operating system:
Database (use
[x]
):Can you reproduce the bug at https://try.gitea.io:
Log gist:
The text was updated successfully, but these errors were encountered: