-
Notifications
You must be signed in to change notification settings - Fork 674
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
add hostname to input #4939
add hostname to input #4939
Conversation
Signed-off-by: novahow <[email protected]>
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, could you add a unit test to this file? https://github.com/flyteorg/flyte/blob/a4ab37a852ee796996b356540984b702153bfa67/flyteplugins/go/tasks/logs/logging_utils_test.go
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4939 +/- ##
==========================================
- Coverage 58.98% 58.97% -0.02%
==========================================
Files 644 645 +1
Lines 55145 55562 +417
==========================================
+ Hits 32528 32767 +239
- Misses 20043 20200 +157
- Partials 2574 2595 +21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: novahow <[email protected]>
Added a basic test. Not sure if the added test is legitimate though. Is template testing, for example something like
needed? |
@novahow , can you add this test you're proposing? It tests the templating logic. |
Signed-off-by: novahow <[email protected]>
Signed-off-by: novahow <[email protected]>
Congrats on merging your first pull request! 🎉 |
Signed-off-by: novahow <[email protected]>
Tracking issue
https://github.com/flyteorg/flyte/issues/
closes #4750
Why are the changes needed?
hostname not resolvable in plugin's
GetTaskLogs
What changes were proposed in this pull request?
add a hostname parameter to the
Input
inGetTaskLogs
method.How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link