-
Notifications
You must be signed in to change notification settings - Fork 152
use custom log_file name as per the user setting #861
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
base: rolling
Are you sure you want to change the base?
use custom log_file name as per the user setting #861
Conversation
6b255cd
to
1aa1d17
Compare
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.
test would be ideal to make sure the specified log file name is generated with ros2 launch --log-file-name
command.
@fujitatomoya |
d2a724e
to
82fffba
Compare
Also, please take a look at the test results here: https://build.ros2.org/job/Rpr__launch__ubuntu_noble_amd64/164/testReport/. There are some flake8 linter issues and some test failures that seem to be related to your change. You can run the tests locally |
da8048e
to
4905088
Compare
@christophebedard i have reolved all the issues and resolved the failing test. @fujitatomoya can you please review it once again? |
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.
@Tanishq30052002 thanks for working on this, had a couple of minor comments.
i am just suggesting unit tests for CI/CD to make sure nothing is broken during development. |
2007297
to
035e6c4
Compare
ok, sounds good. I will create test for the same. |
853dee5
to
b11f212
Compare
@fujitatomoya i have written tests for launch service and launch config. you may review it once and let me know if something more can be added. |
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.
@Tanishq30052002 we are getting closer, and thanks for being patient and iterating with me. I have only a couple of minor things, could you please have a look? (thanks for adding test though.)
b11f212
to
7006931
Compare
46082df
to
b9992a3
Compare
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.
@Tanishq30052002 i am not convinced to take this current change. please review my comments and let's not break the user space.
I got your point, I will try to resolve these issues |
1b6812c
to
836e4b1
Compare
ee23578
to
7d10346
Compare
7d10346
to
fed5e2c
Compare
Signed-off-by: Tanishq Chaudhary <[email protected]>
Signed-off-by: Tanishq Chaudhary <[email protected]>
Signed-off-by: Tanishq Chaudhary <[email protected]>
fed5e2c
to
7f3f0cc
Compare
@fujitatomoya i have reverted back changes and also squash multiple commits to keep the history clean. |
Signed-off-by: Tanishq Chaudhary <[email protected]>
closes ros2/launch_ros#380