rsim / ruby-plsql-spec

Oracle PL/SQL unit testing with Ruby
MIT License
68 stars 25 forks source link

Unable to recreate coverage report (--coverage) after failing tests #49

Closed javs1979 closed 3 months ago

javs1979 commented 2 years ago

Hello there,

New poster here... for some reason, after running PL/SQL tests that failed (once, maybe twice), I'm no longer able to recreate coverage report for (my | any) PL/SQL test project, even after subsequent success of (running | all) tests.

I tried the following...

...to no avail. Note that...

So...

DBMS_PROFILER is likely working, as coverage reports used to be working BEFORE my first failing tests. Also, my privileges are barely sufficient to run tests and create required artifacts in my schema, and haven't changed. Ever.

Thank you.

javs1979 commented 3 months ago

The issue has been resolved. Root cause still unknown.