-
Notifications
You must be signed in to change notification settings - Fork 404
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
Iox #454 enhance cmd line parser tests #564
Iox #454 enhance cmd line parser tests #564
Conversation
Signed-off-by: Jimmy Belloche <[email protected]>
Signed-off-by: Jimmy Belloche <[email protected]>
Signed-off-by: Jimmy Belloche <[email protected]>
Signed-off-by: Jimmy Belloche <[email protected]>
Signed-off-by: Jimmy Belloche <[email protected]>
Signed-off-by: Jimmy Belloche <[email protected]>
Signed-off-by: Jimmy Belloche <[email protected]>
Question: Testing |
iceoryx_posh/test/moduletests/test_roudi_cmd_line_parser_config_file_option.cpp
Outdated
Show resolved
Hide resolved
iceoryx_posh/test/moduletests/test_roudi_cmd_line_parser_config_file_option.cpp
Outdated
Show resolved
Hide resolved
iceoryx_posh/test/moduletests/test_roudi_cmd_line_parser_config_file_option.cpp
Outdated
Show resolved
Hide resolved
iceoryx_posh/test/moduletests/test_roudi_cmd_line_parser_config_file_option.cpp
Outdated
Show resolved
Hide resolved
iceoryx_posh/test/moduletests/test_roudi_cmd_line_parser_config_file_option.cpp
Outdated
Show resolved
Hide resolved
iceoryx_posh/test/moduletests/test_roudi_cmd_line_parser_config_file_option.cpp
Outdated
Show resolved
Hide resolved
iceoryx_posh/test/moduletests/test_roudi_cmd_line_parser_config_file_option.cpp
Outdated
Show resolved
Hide resolved
iceoryx_posh/test/moduletests/test_roudi_cmd_line_parser_config_file_option.cpp
Outdated
Show resolved
Hide resolved
iceoryx_posh/test/moduletests/test_roudi_cmd_line_parser_config_file_option.cpp
Outdated
Show resolved
Hide resolved
iceoryx_posh/test/moduletests/test_roudi_cmd_line_parser_config_file_option.cpp
Outdated
Show resolved
Hide resolved
iceoryx_posh/test/moduletests/test_roudi_cmd_line_parser_config_file_option.cpp
Outdated
Show resolved
Hide resolved
When cpptoml is used then you get an error like this: terminate called after throwing an instance of 'cpptoml::parse_exception'
what(): /etc/iceoryx/roudi_config.toml could not be opened for parsing
Aborted An additional check for directly is of course possible (by trying to open the file with the FileReader class and checking with |
Signed-off-by: Jimmy Belloche <[email protected]>
Signed-off-by: Jimmy Belloche <[email protected]>
Signed-off-by: Jimmy Belloche <[email protected]>
@JimmyBch could you please adjust your commit messages in the future so that they state what has been done. "fix review findings" is technically correct but it is hard to trace for future developer what that meant. A better alternative could be for instance "replace EXPECT_TRUE with ASSERT_TRUE to avoid undefined behavior in test" |
Yes, I will, Sorry bad habits. |
iceoryx_posh/test/moduletests/test_roudi_cmd_line_parser_config_file_option.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Jimmy Belloche <[email protected]>
Signed-off-by: Hintz Martin (XC-AD/ESW1-J1) <[email protected]>
Signed-off-by: Hintz Martin (XC-AD/ESW1-J1) <[email protected]>
…dation Signed-off-by: Simon Hoinkis <[email protected]>
d9cfc21
to
d2ed648
Compare
@mossmaurice You forgot to sign your commit :) |
…CESS_DEFAULT_KILL_DELAY Signed-off-by: Jimmy Belloche <[email protected]>
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.
LGTM
…cmd-line-parser-tests Iox eclipse-iceoryx#454 enhance cmd line parser tests
Pre-Review Checklist for the PR Author
iox-#123-this-is-a-branch
)iox-#123 commit text
)git commit -s
)task-list-completed
)Notes for Reviewer
Adding some more tests to test_roudi_cmd_line_parser_config_file_option. Code contributed by @JimmyBch .
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
Post-review Checklist for the Eclipse Committer
References