Skip to content
Duane Dieterich edited this page Jul 11, 2022 · 1 revision
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

Description

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;

Resolution

Issue Log

(Add newest entries on top and add Date/Time and Author for each entry.)

2019-05-25T13:52:22Z DDieterich labeled

2019-05-24T01:11:28Z DDieterich closed

2019-05-24T00:26:27Z DDieterich assigned

2019-03-09T23:22:19Z DDieterich milestoned

Clone this wiki locally