-
Notifications
You must be signed in to change notification settings - Fork 644
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
Feature/followlogsafterstart #1421
base: master
Are you sure you want to change the base?
Conversation
…en follow logs add "any exit code" checker and use it for checking all containers terminates when follow logs
SonarCloud Quality Gate failed. |
Codecov Report
@@ Coverage Diff @@
## master #1421 +/- ##
============================================
- Coverage 58.79% 57.55% -1.25%
+ Complexity 1974 1916 -58
============================================
Files 162 162
Lines 9014 9040 +26
Branches 1362 1358 -4
============================================
- Hits 5300 5203 -97
- Misses 3229 3363 +134
+ Partials 485 474 -11 |
@omyl : Hi, Is this PR still a Work in Progress? |
Hi, last changes in last commit (most imporatnt) are not covered by tests - and currently I'm out-of-time to do that. |
@omyl thanks for the PR ! So, if I understood your last comment correctly, you don't plan to continue to work on the PR but would be happy if we would pick up the fix ? (e.g. some cleanup would be required, too, to remove som debug log info). Could you please briefly explain what the PR is actually doing and what it is fixing ? So a 2-3 sentence summary of the change would be awesome. |
@rhuss - I have updated description of related issue too
|
thanks ! I'm not sure whether I can dive into this PR soon as it bit involved (and my time budget for maintaining this plugin is super minimal), but @rohanKanojia if you want to pick this up fee free ;-) otherwise we would need to park the PR until the next round. |
resolve #1420
(WIP: LogRequestor changes seems to be ugly)