Git Product home page Git Product logo

Comments (3)

apaikan avatar apaikan commented on August 14, 2024

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?

  • my fixture file:
<application>
    <name>iCub Simulator</name>
    <description>...</description>
    <module>
        <name>test_grabber</name>
        <parameters>--name /grabber</parameters>
        <node>localhost</node>
        <deployer>yarpdev</deployer>
    </module>    

    <module>
        <name>yarpview</name>
        <parameters>--name /view</parameters>
        <node>localhost</node>
        <dependencies>
            <port>/NOT/EXISTING/PORT</port>
        </dependencies>
    </module>
</application>
  • my testrunner : testrunner -v -s suits/basics-icubSim.xml
Loading suits/basics-icubSim.xml
Staring test runner.
Test suit Basic Tests Suite started...
[INFO]  (Basic Tests Suite) reports: yarpmanager is setuping the fixture...
[ERROR] (Basic Tests Suite) asserts error on (ret) with exception: yarpmanager (run) cannot setup the
fixture because Failed to run yarpview on localhost. (State: 5, parameter: --name /view) 
cannot run yarpview on localhost : "Timeout while waiting for some resources. "
[INFO]  (Basic Tests Suite) reports: yarpmanager is tearing down the fixture...
Test suit Basic Tests Suite failed!
Ending test runner.

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

from robot-testing-framework.

traversaro avatar traversaro commented on August 14, 2024

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.

from robot-testing-framework.

apaikan avatar apaikan commented on August 14, 2024

@traversaro I just noticed that this issue is very old 😬

from robot-testing-framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.