GithubHelp home page GithubHelp logo

Comments (5)

SohanTirpude avatar SohanTirpude commented on June 14, 2024

Hello @renato-alves-barros,

Currently I am looking into this issue. Kindly give me some time to analyze and debug this.

Thank you.

from pyats.

SohanTirpude avatar SohanTirpude commented on June 14, 2024

Hello @renato-alves-barros,

Can you please let me know the pyATS version as well as complete log to debug this issue further?

Thank you.

from pyats.

SohanTirpude avatar SohanTirpude commented on June 14, 2024

Hello @renato-alves-barros,

Well, in python if we get an exception then the code execution stops and hence in this case, we are not seeing the 5x exceptions thrown by 5x device but only 1 exception. This small python program may help to understand this:

exceptions = [
    ValueError("This is a ValueError"),
    TypeError("This is a TypeError"),
    ZeroDivisionError("This is a ZeroDivisionError")
]

for exception in exceptions:
    raise exception

which prints/raises only first exception on console:

Traceback (most recent call last):
  File "C:\Users\stirpude\PycharmProjects\utils.py", line 8, in <module>
    raise exception
ValueError: This is a ValueError

I am not sure what exactly you are trying to achieve here by having all exception printed on console because anyway job execution is not going to continue in this case.

Kindly let me know otherwise I will have to close this ticket.

Thank you.

from pyats.

SohanTirpude avatar SohanTirpude commented on June 14, 2024

Hello @renato-alves-barros,

Currently the PR has been raised to address this issue. Once it is merged, I will update you here.

Thank you.

from pyats.

SohanTirpude avatar SohanTirpude commented on June 14, 2024

Hello @renato-alves-barros,

The PR got merged and the fix will be available in pyATS 24.2 version. So, kindly wait for the release and test the solution. Meanwhile, I am closing this ticket. If this issue still persists, kindly re-open the ticket and let me know.

Thank you.

from pyats.

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.