-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Correctly set log_dir default in vtcombo #15153
Correctly set log_dir default in vtcombo #15153
Conversation
I accidentally made it so the old default of `$VTDATAROOT/tmp` was never set for vtcombo. Now we manually provide this default by first checking that the flag exists, and that the user did not explicitly set a value for it. Signed-off-by: Andrew Mason <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15153 +/- ##
==========================================
- Coverage 70.62% 70.62% -0.01%
==========================================
Files 1377 1377
Lines 182794 182794
==========================================
- Hits 129102 129098 -4
- Misses 53692 53696 +4 ☔ View full report in Codecov by Sentry. |
Does this fix #15120 ? Seems like it would. If so, we should mark it as Fixing it in the description. |
I will run a quick test locally with Docker though, we never know |
I can confirm this does not fix the issue:
|
Signed-off-by: Andrew Mason <[email protected]>
Signed-off-by: Andrew Mason <[email protected]>
) Signed-off-by: Andrew Mason <[email protected]> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
) Signed-off-by: Andrew Mason <[email protected]> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
Description
I accidentally made it so the old default of
$VTDATAROOT/tmp
was never set for vtcombo.Now we manually provide this default by first checking that the flag exists, and that the user did not explicitly set a value for it.
Demo
Related Issue(s)
#15120 (comment)
Checklist
Deployment Notes