fix: file permission issue in e2e tests & regression on db init#1358
Merged
coopernetes merged 2 commits intomainfrom Jan 20, 2026
Merged
fix: file permission issue in e2e tests & regression on db init#1358coopernetes merged 2 commits intomainfrom
coopernetes merged 2 commits intomainfrom
Conversation
✅ Deploy Preview for endearing-brigadeiros-63f9d0 canceled.
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1358 +/- ##
=======================================
Coverage 80.40% 80.40%
=======================================
Files 65 65
Lines 4608 4608
Branches 776 775 -1
=======================================
Hits 3705 3705
Misses 888 888
Partials 15 15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
coopernetes
commented
Jan 20, 2026
Contributor
Author
|
/test e2e |
58f427a to
bddb3c1
Compare
132aa5f to
36781fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1354
Two fixes to e2e tests as well as a regression caused by the app
initialization.
pullRemote - Error: EACCES: permission denied, mkdir './.remote'errors during e2e test runs (Dockerfile fix of file permissions)getAllProxiedHosts()does not complete until after the Express router starts up, leading thegit-server:8443origin to not be proxied (regression from fix: defer reading of database configuration until needed to fix race #1316) which causes the proxy to default to github.com. The following logs are observed in the git-proxy container: