-
Notifications
You must be signed in to change notification settings - Fork 0
Z0014
Duane Dieterich edited this page Feb 10, 2025
·
2 revisions
Issue | Run all tests as WTP User |
---|---|
Status | closed |
Assigned | DDieterich |
Milestone | V1.2 Hooks and GUI |
Est Hrs | |
%Complete | |
Labels | enhancement |
Links | Issues Summary |
begin
for buff in (
select username, db_link from user_db_links
order by username, db_link )
loop
dbms_output.put_line('Running Tests for ' || buff.db_link);
begin
-- execute immediate 'begin wtplsql.test_all@' || buff.username ||
execute immediate 'begin wtplsql.test_all@' || buff.db_link ||
'; end;' ;
exception when others
then
dbms_output.put_line(SQLERRM);
end;
commit;
end loop;
end;
(Add newest entries on top and add Date/Time and Author for each entry.)
2019-05-25 13:52:22 -00:00 DDieterich labeled
2019-05-24 01:11:28 -00:00 DDieterich closed
2019-05-24 00:26:27 -00:00 DDieterich assigned
2019-03-09 23:22:19 -00:00 DDieterich milestoned