-
Notifications
You must be signed in to change notification settings - Fork 0
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
test: add E2E test for 1pub-1sub with ros2sub #335
Conversation
Signed-off-by: atsushi421 <atsushi.yano.2@tier4.jp>
テスト実行中にログが出続けると思うのですが、これらのログに全体のテスト何個のうち何個目のテストを実行中なのかとか、テストの内容とかを含めることは可能ですか? |
可能です!テストの内容はconfigの内容を出すでOKですか? |
いいと思います! |
追加しました! 12f29ae |
現状failしたテストがあったらそこでテストが止まると思うのですが、failしてもそのまま他のテストも実行するようなoptionがあると嬉しいかもです!デフォルトは停止がいいと思うのですが、failするのを確認したのちに他のテストが落ちる/落ちないことを確認することでデバッグ情報が増えるので需要があるかと思いました。 |
|
Co-authored-by: Koichi Imai <45482193+Koichi98@users.noreply.github.com>
Co-authored-by: Koichi Imai <45482193+Koichi98@users.noreply.github.com>
Description
https://docs.google.com/spreadsheets/d/17tKod2f6-dnB6F0oh8RyAoWxezcKPx9DlzO1rrgeZik/edit?gid=0#gid=0 を実装しました。実行に時間がかかるので、現状はCIに組み込んでいません。
Related links
How was this PR tested?
bash scripts/e2e_test_1to1_with_ros2sub
Notes for reviewers
launchファイルでyamlを読み込むようになっているのは、launchファイルの引数のParseとlaunch_testingを共存させるのが困難だったためです。