Skip to content
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

[ROSTEST] aero_ros_controller.rosunit-test_robot_interface sometimes failed #381

Open
hi-kondo opened this issue Nov 2, 2018 · 1 comment
Labels

Comments

@hi-kondo
Copy link
Contributor

hi-kondo commented Nov 2, 2018

After I merged PR #377, travis failed as travis result .

[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 .

[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][passed]
[aero_ros_controller.rosunit-test_robot_interface/testReferenceActual][passed]

SUMMARY
 * RESULT: SUCCESS
 * TESTS: 4
 * ERRORS: 0
 * FAILURES: 0

As a result, ROSTEST is all succeeded.

Why is this different results, in spite of test in the same process?

@hi-kondo
Copy link
Contributor Author

hi-kondo commented Nov 2, 2018

I tested master-branch again, the result is suceeded travis_result

@hi-kondo hi-kondo changed the title Travis test failed after marged #377 [ROSTEST] aero_ros_controller.rosunit-test_robot_interface sometimes failed Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant