You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ROSTEST]-----------------------------------------------------------------------
[aero_ros_controller.rosunit-test_robot_interface/testAngleConvert][passed]
[aero_ros_controller.rosunit-test_robot_interface/testWait][passed]
[aero_ros_controller.rosunit-test_robot_interface/testStopMotion][FAILURE]------
/catkin_ws/src/aero-ros-pkg/aero_ros_controller/test/test_robot_interface.cpp:301
The difference between 0 and diff is 0.0187523411520405, which exceeds 0.01, where
0 evaluates to 0,
diff evaluates to 0.0187523411520405, and
0.01 evaluates to 0.01.
--------------------------------------------------------------------------------
[aero_ros_controller.rosunit-test_robot_interface/testReferenceActual][passed]
SUMMARY
�[1;31m * RESULT: FAIL�[0m
* TESTS: 4
* ERRORS: 0
�[1;31m * FAILURES: 1�[0m
As a result, travis test failed at catkin run_tests test_robot_interface.test
But this PR is changed about only README.md.
To confirm travis-test process, git clone master branch of aero-ros-pkg and docker build -f Dockerfile.kinetic --tag ros:aero_kinetic --build-arg RUN_TESTS=true .
I tested master-branch again, the result is suceeded travis_result
hi-kondo
changed the title
Travis test failed after marged #377
[ROSTEST] aero_ros_controller.rosunit-test_robot_interface sometimes failed
Nov 5, 2018
After I merged PR #377, travis failed as travis result .
As a result, travis test failed at
catkin run_tests test_robot_interface.test
But this PR is changed about only README.md.
To confirm travis-test process, git clone master branch of aero-ros-pkg and
docker build -f Dockerfile.kinetic --tag ros:aero_kinetic --build-arg RUN_TESTS=true .
As a result, ROSTEST is all succeeded.
Why is this different results, in spite of test in the same process?
The text was updated successfully, but these errors were encountered: