We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have located the problem: when migration is compend, the end_time in the database is not updated. Maybe regression of #27089
end_time
2023/09/30 17:15:29 ...ices/task/migrate.go:58:func1() [E] FinishMigrateTask[31] by DoerID[1] to RepoID[59] for OwnerID[1] failed: context canceled 2023/09/30 17:15:29 ...ices/task/migrate.go:61:func1() [E] runMigrateTask[31] by DoerID[1] to RepoID[59] for OwnerID[1] failed: context canceled 2023/09/30 17:15:29 ...ices/task/migrate.go:68:func1() [E] Task UpdateCols failed: context canceled 2023/09/30 17:15:29 ...ervices/task/task.go:53:handler() [E] Run task failed: context canceled 2023/09/30 17:15:29 ...eb/routing/logger.go:102:func1() [I] router: completed GET /user/task/31 for [::1]:55198, 200 OK in 16.9ms @ user/task.go:16(user.TaskStatus)
try.gitea.io
Yes
No response
None
The text was updated successfully, but these errors were encountered:
Fix unexpected context canceled when migrating repository (#27368)
87aa552
Fix #27363 Regression of #27089
Successfully merging a pull request may close this issue.
Description
I have located the problem: when migration is compend, the
end_time
in the database is not updated.Maybe regression of #27089
demo.mp4
Gitea Version
try.gitea.io
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
try.gitea.io
Database
None
The text was updated successfully, but these errors were encountered: