You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open a unit test package that belongs to different user in package editor, SQLDeveloper is aware of the package owner (and is compiling the package into the owners schema).
The plugin however fails to extract the owner information and so:
when trying to run tests from package editor with availability check enabled, the run option is not available
when trying to run tests from package editor with availability check disabled, the ut.run is invoked for package without owner and so it fails when trying to find unit tests.
The text was updated successfully, but these errors were encountered:
When I open a unit test package that belongs to different user in package editor, SQLDeveloper is aware of the package owner (and is compiling the package into the owners schema).
The plugin however fails to extract the owner information and so:
ut.run
is invoked for package without owner and so it fails when trying to find unit tests.The text was updated successfully, but these errors were encountered: