Lukasz Wasylow
Lukasz Wasylow
Hi @StJabin Did that issue occure in utPLSQL v3.10 ? This is quite old version and lot of fixes has been done in between. Also if it does. Could you...
So looking onto the specification for TFS: ``` The total number of tests in the suite that failed. A failure is a test which the code has explicitly failed by...
Don't we already publish code coverage in sonar cloud? Just wonder if the lcov is a niche? I think most people using Jenkins or azure which consume cobertura. Just wonder...
Probably not worth too much effort spend on that one. Ultimate you can see a timing of the tests anyway so you can workout issues anyhow. closing for now.
That sounds like a good compromise and gives a nice feature, but maybe we should throw a warning instead if test pass functionality but not pass performance metrics.
I think timeout indicate too much behaviour. I like Sam idea or something like expected time threshold, performance limit etc.
Maybe time_tolerance?
@pesse , is that still valid? Do you have any more details around it ? Changes should be fairly easy to make , however not sure the specs.
I had a look at junit5 about parallel and way its implemented there is the annotation declaration for suite or test methods. In their implementation it allows for permutations of...
Closing as is quite old. Will reopen if needed