Files
Gitea/integrations/integration_test.go
T
zeripathandGitHub 6e0e414f55 Ensure that the testlogger has its final test removal safely (#16907)
It is possible to get a data race right at the end of the TestMain
in integrations during the final removal of the test from the testlogger. This PR
uses a Reset function to remove any final tests but adds some extra
logging which will forcibly fail if there is an unclosed logger.

Signed-off-by: Andrew Thornton <[email protected]>
2021-09-01 14:05:04 +01:00

15 KiB