Skip to content

Make last commit cache always available #28974

Make last commit cache always available

Make last commit cache always available #28974

Triggered via pull request April 29, 2025 07:10
Status Failure
Total duration 23m 49s
Artifacts

pull-db-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

23 errors
test-sqlite: modules/git/repo_commit.go#L44
repo.commitCache undefined (type *Repository has no field or method commitCache)
test-sqlite: modules/git/repo_commit.go#L30
repo.commitCache undefined (type *Repository has no field or method commitCache)
test-sqlite: modules/git/log_name_status.go#L397
repo.lastCommitCache undefined (type *Repository has no field or method lastCommitCache, but does have field LastCommitCache)
test-sqlite: modules/git/log_name_status.go#L390
repo.lastCommitCache undefined (type *Repository has no field or method lastCommitCache, but does have field LastCommitCache)
test-sqlite: modules/git/last_commit_cache_gogit.go#L19
c.ID undefined (type *lastCommitCache has no field or method ID)
test-sqlite: modules/git/last_commit_cache.go#L112
repo.lastCommitCache undefined (type *Repository has no field or method lastCommitCache, but does have field LastCommitCache)
test-sqlite: modules/git/commit.go#L81
c.repo.lastCommitCache undefined (type *Repository has no field or method lastCommitCache, but does have field LastCommitCache)
test-sqlite: modules/git/commit_info_gogit.go#L157
undefined: LastCommitCache
test-sqlite: modules/git/commit_info_gogit.go#L40
undefined: getLastCommitForPathsByCache
test-sqlite: modules/git/repo_base_gogit.go#L38
undefined: LastCommitCache
test-unit: modules/git/repo_commit.go#L44
repo.commitCache undefined (type *Repository has no field or method commitCache)
test-unit: modules/git/repo_commit.go#L30
repo.commitCache undefined (type *Repository has no field or method commitCache)
test-unit: modules/git/log_name_status.go#L397
repo.lastCommitCache undefined (type *Repository has no field or method lastCommitCache, but does have field LastCommitCache)
test-unit: modules/git/log_name_status.go#L390
repo.lastCommitCache undefined (type *Repository has no field or method lastCommitCache, but does have field LastCommitCache)
test-unit: modules/git/last_commit_cache_gogit.go#L19
c.ID undefined (type *lastCommitCache has no field or method ID)
test-unit: modules/git/last_commit_cache.go#L112
repo.lastCommitCache undefined (type *Repository has no field or method lastCommitCache, but does have field LastCommitCache)
test-unit: modules/git/commit.go#L81
c.repo.lastCommitCache undefined (type *Repository has no field or method lastCommitCache, but does have field LastCommitCache)
test-unit: modules/git/commit_info_gogit.go#L157
undefined: LastCommitCache
test-unit: modules/git/commit_info_gogit.go#L40
undefined: getLastCommitForPathsByCache
test-unit: modules/git/repo_base_gogit.go#L38
undefined: LastCommitCache
test-mssql
Process completed with exit code 2.
test-pgsql
Process completed with exit code 2.
test-mysql
Process completed with exit code 2.