-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix setting redis db path #15698
Fix setting redis db path #15698
Conversation
There is a bug setting the redis db in the common nosql manager whereby the db path always fails. This PR fixes this. Signed-off-by: Andrew Thornton <[email protected]>
Unfortunately a unit test for this isn't really possible without substantial refactor. |
Codecov Report
@@ Coverage Diff @@
## master #15698 +/- ##
==========================================
+ Coverage 43.90% 43.93% +0.02%
==========================================
Files 678 678
Lines 81827 81827
==========================================
+ Hits 35926 35948 +22
+ Misses 40051 40030 -21
+ Partials 5850 5849 -1
Continue to review full report at Codecov.
|
🚀 |
Backport go-gitea#15698 There is a bug setting the redis db in the common nosql manager whereby the db path always fails. This PR fixes this. Signed-off-by: Andrew Thornton <[email protected]>
Backport #15698 There is a bug setting the redis db in the common nosql manager whereby the db path always fails. This PR fixes this. Signed-off-by: Andrew Thornton <[email protected]>
There is a bug setting the redis db in the common nosql manager whereby the db path
always fails.
This PR fixes this.
Fix #15680
Signed-off-by: Andrew Thornton [email protected]