1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 17:54:27 +00:00
zeripath 7cc7f0ed75
TestRepository_GetTag intermittently panics due to an NPE (#18043)
There are repeated panics in tests due to TestRepository_GetTag failing
to run properly.  This happens when we attempt to reset the internal
repo for a tag which has failed to load. The problem is - the panic that
this is causing is preventing us from finding what the real error is.

This PR simply moves the failure out so we have a chance to see what
really is failing.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2021-12-21 11:10:16 +08:00
..
2021-10-24 22:12:43 +01:00
2021-12-02 15:28:08 +08:00
2021-10-13 14:20:11 -04:00
2021-10-08 15:08:22 +02:00
2021-12-02 15:28:08 +08:00
2021-12-20 04:41:31 +00:00
2021-12-20 04:41:31 +00:00
2021-10-17 20:47:12 +01:00
2020-12-22 21:44:25 +01:00
2021-07-20 15:16:20 +02:00
2021-12-20 04:41:31 +00:00

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.