-
Notifications
You must be signed in to change notification settings - Fork 9
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: Bug when running solo cluster connect
after fresh install
#1123
fix: Bug when running solo cluster connect
after fresh install
#1123
Conversation
Signed-off-by: Ivo Yankov <[email protected]>
solo cluster connect
with a new installationsolo cluster connect
after fresh install
E2E Test Report 16 files 121 suites 1h 19m 30s ⏱️ Results for commit 4bbc4f7. ♻️ This comment has been updated with latest results. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1123 +/- ##
==========================================
+ Coverage 85.03% 85.04% +0.01%
==========================================
Files 75 75
Lines 20043 20052 +9
Branches 1333 1241 -92
==========================================
+ Hits 17044 17054 +10
- Misses 2946 2980 +34
+ Partials 53 18 -35
|
Description
Adds a new task to
solo cluster connect
for creating all home directories in case any of them are missing.Related Issues
solo cluster connect -n solo-e2e
throwslocal-config.yml
not found error #1121