Merged
Conversation
12d35b8 to
2cfa04d
Compare
2cfa04d to
40fa56c
Compare
Cleaner logs. Before: ``` 08:08:13.947 DEBUG Healthcheck #12: ExecResult(exit_code=7, output=b' % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\ncurl: (7) Failed to connect to localhost port 7777 after 0 ms: Connection refused\n') 08:08:24.943 DEBUG Healthcheck #13: ExecResult(exit_code=22, output=b' % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0\r 0 1046 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0\ncurl: (22) The requested URL returned error: 404\n') ``` After: ``` 12:21:01.169 DEBUG Healthcheck #5: ExecResult(exit_code=7, output=b'curl: (7) Failed to connect to localhost port 7777 after 0 ms: Connection refused\n') 12:21:07.115 DEBUG Healthcheck #6: ExecResult(exit_code=22, output=b'curl: (22) The requested URL returned error: 404\n') ```
40fa56c to
3fb42f0
Compare
cbeauchesne
reviewed
Aug 8, 2023
Collaborator
cbeauchesne
left a comment
There was a problem hiding this comment.
Could you copy here the output when the healthcheck fails ?
Member
Author
|
@cbeauchesne In the description I posted examples of how failing healthcheck attempts show up in the logs. When the healthcheck completely fails, the output to the terminal is almost unchanged: |
Collaborator
|
🤦 😄 |
cbeauchesne
approved these changes
Aug 8, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Cleaner logs.
Before:
After:
Motivation
Workflow
Once your PR is reviewed, you can merge it! ❤️
Reviewer checklist
run-parametric-scenario,run-profiling-scenario...). If this PR modifies any system-tests internal, then add therun-all-scenarioslabel (more info).build-some-imagelabel is present