0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-24 02:30:05 +01:00
gitea/tests
Zettat123 fd3aa5bedb
Fix a bug in actions artifact test (#32672)
This bug exists in `TestActionsArtifactDownload`.


a1f56f83bf/tests/integration/api_actions_artifact_test.go (L123-L134)

We assert that `listResp.Count` is `2`, so `artifactIdx` could be `0` or `1`.

a1f56f83bf/tests/integration/api_actions_artifact_test.go (L144-L147)

Then we assert that the length of `downloadResp.Value` is `1`. If
`artifactIdx` is `1` at this point, the assertion on Line 147 will throw
an `index out of range` error.
2024-11-29 20:32:10 +00:00
..
e2e disable gravatar in test (#32529) 2024-11-21 04:30:48 +00:00
fuzz Refactor markup render system (#32645) 2024-11-26 16:46:02 +00:00
gitea-lfs-meta
gitea-repositories-meta Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
integration Fix a bug in actions artifact test (#32672) 2024-11-29 20:32:10 +00:00
testdata/data
mssql.ini.tmpl
mysql.ini.tmpl
pgsql.ini.tmpl
sqlite.ini.tmpl
test_utils.go Improve testing and try to fix MySQL hanging (#32515) 2024-11-15 23:45:07 +08:00