robotology / robot-testing-framework

Robot Testing Framework (RTF)
http://robotology.github.io/robot-testing-framework/index.html
GNU Lesser General Public License v2.1
19 stars 11 forks source link

Fixture incorrectly consider launched even if one of its modules is missing dependencies #46

Closed traversaro closed 7 years ago

traversaro commented 8 years ago

If one of the modules of a fixture is not launched because its <dependencies> are not satisfied, yarpmanager consider the fixture to be successful anyway, launching the tests.

apaikan commented 7 years ago

I have tried to reproduce the bug but i could not :(

In my setup, i have a fixture with two module in which the second one (i.e.yarpview) fails on waiting for a dependency (i.e. a port). As it's expected, the testrunner dos not run the tests!

@traversaro Can you provide an example?

---------- results ----------- Total number of test suites : 1 Number of passed test suites : 0 Number of failed test suites : 1 Total number of test cases : 0 Number of passed test cases : 0 Number of failed test cases : 0

traversaro commented 7 years ago

I do not remember anything about this, it is also possible that it was fixed by some fix on YARP side. : ) I think it is safe to assume that the bug is fixed, and we can reopen if we find again this problem.

apaikan commented 7 years ago

@traversaro I just noticed that this issue is very old :grimacing: