Lukasz Wasylow
Lukasz Wasylow
That would be a great improvment however quite a substantial changes would have to be done to html format so we can provide a quick links to procedure line and...
This is unfortunately a quite complex task as we would need to allow to accept any type of parameter and from the string it can be hard to distinguished between...
Hi, currently the framework doesn't supports the parallelism. This is currently an idea.
There are few areas that could benefit from constant monitoring, I think quite important is to decide at what point it will run and on what volume. I believe this...
Hi, Can you fetch data as part of autonomous transaction and commit? Then use a compare?
Hi @pesse, you still want to look at that one or you of for me to pick it up ?
So I'm not entirely sure that this is a valid message. Its produced by `ut_matcher` in opposite to `ut_equal` generated by `ut_comparision_matcher`. The similar situation we have for `to_be_like` or...
Wrap the actual code in pragma autonomous procedure as part of test and call it.
I think we could approach that problem with a new annotation to imitate an above `junit5` approach. ```sql --%parameterizedtest --%valuesource{"Test"} procedure testme(a_displayname in varchar2); ``` result in : `Test was...
Actually I take it back. We could try to write a tests with `anydata` and let the user define a logic to handle the type inside tests. What you think...