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
I tried to re-use the 'NewIssue' integration test for the purpose, creating a test with two goroutines each looping the test 100 times. But it takes quite long time to run and not that reliable given the number of iterations are not that high.
Any thoughts?
The text was updated successfully, but these errors were encountered:
typeless
changed the title
Create a test for triggering the 'database is locked' and 'database table is locked' error
Create a test for the 'database is locked' and 'database table is locked' error
Jun 19, 2017
@bkcsoft Would it not affect the CI running time? I suppose the Drone CI server doesn't provide too many cores for free instances.
Anyway I will still submit the PR for troubleshooting the database locking issue. And we can discuss whether to add it to the 'official' test suite later.
I tried to re-use the 'NewIssue' integration test for the purpose, creating a test with two goroutines each looping the test 100 times. But it takes quite long time to run and not that reliable given the number of iterations are not that high.
Any thoughts?
The text was updated successfully, but these errors were encountered: