-
Notifications
You must be signed in to change notification settings - Fork 19
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
reduce rostest output but print result summary #122
Comments
maybe we can set the logger.level to WARN in order to only see the WARN and ERROR logs from during a test run...then, all INFO output - and ideally also the rosparam stuff - is suppressed |
I'd also would like to see some kind of summary - even if the test succeeds... |
would that be a good (and short) summary?
|
there is a print for the test summary now in #124 but that's not printed to terminal in travis. Locally you can get this printed via
or via rostest using the text mode with
|
this could be handy: http://wiki.ros.org/rosconsole#Configuration |
terminal is only spammed for failing tests (confirmed in https://travis-ci.com/floweisshardt/atf_test_apps/jobs/290927849), which IMHO is ok to get more debug information. succeeding tests will only show minimal terminal output. So this issue is a won't fix. |
this is not true....there is also a lot of terminal spam from various nodes...while running the test... |
we don't want any output while the atf tests are running, i.e. during while these issues should be fixed, the error logs should not be suppressed by changing the debug level in the code directly....we should rather find a way for not logging any output for those nodes used during atf recording... a possible approach is https://github.com/mojin-robotics/mojin_atf/pull/6 in the end, what we want is:
debugging a failing test needs to be run locally with output from all nodes...this is why we should not suppress any output just because we see it in the travis log... |
also, we don't want the kind of output during |
|
here's an interessting issue describing the logging mechanism (and differences) in logging to xml file or terminal or nothing: ros/ros#110 (comment) |
currently the travis job is spammed by a lot of terminal output from ATF
The text was updated successfully, but these errors were encountered: