]> source.dussan.org Git - gitea.git/commit
Do not show full lfs file on error in git_test.go:rawTest() (#14980)
authorzeripath <art27@cantab.net>
Sun, 14 Mar 2021 15:53:59 +0000 (15:53 +0000)
committerGitHub <noreply@github.com>
Sun, 14 Mar 2021 15:53:59 +0000 (15:53 +0000)
commit6463483ec5d441879037d43b0de24f5e92f927d0
treeacf868e39e7154d429b9f333ca974eb680e29d39
parent9566c9f0c766811883b7b4220594e78e100eca1d
Do not show full lfs file on error in git_test.go:rawTest() (#14980)

If there is a problem uploading to LFS it is possible for the raw
endpoint to return a very large file when a pointer file is expected
This will then cause the drone logs to fill up unnecessarily with
the contents of the very large file.

If the file returned from raw is of the incorrect size we should
therefore not test it see if it contains the pointer file
and just declare that it is incorrect.

Signed-off-by: Andrew Thornton <art27@cantab.net>
integrations/git_test.go