@@ -15,8 +15,6 @@ set serveroutput on size unlimited format truncated
1515create table ut $test_table (val varchar2 (1 ));
1616@@helpers/ ut_transaction_control .pck
1717@@helpers/ department .tps
18- @@helpers/ test_package_1 .pck
19- @@helpers/ test_package_2 .pck
2018
2119-- Tests to invoke
2220
@@ -173,14 +171,35 @@ create table ut$test_table (val varchar2(1));
173171@@lib/ RunTest .sql ut_output_dbms_output/ ut_output_dbms_output .get_lines .RetunrsNoRowsWhenNoDataInBuffer .sql
174172@@lib/ RunTest .sql ut_output_dbms_output/ ut_output_dbms_output .get_lines .ReturnsSentLines .sql
175173@@lib/ RunTest .sql ut_output_dbms_output/ ut_output_dbms_output .send_clob .SendsAClobIntoPipe .sql
174+
176175-- Global cleanup
177176drop package ut_example_tests;
178177drop procedure check_annotation_parsing;
179178drop package ut_transaction_control;
180179drop table ut$test_table;
181180drop type department$;
181+
182+ -- at this point we have to be ready that it's the only packages with annotation in the schema
183+ @@helpers/ test_package_1 .pck
184+ @@helpers/ test_package_2 .pck
185+ @@helpers/ test_package_3 .pck
186+
187+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheSchema .sql
188+
189+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageByPath .sql
190+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTop2PackageByPath .sql
191+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageWithoutSubsuitesByPath .sql
192+
193+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageByName .sql
194+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTop2PackageByName .sql
195+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageWithoutSubsuitesByName .sql
196+
197+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTopPackageProcedureByPath .sql
198+ @@lib/ RunTest .sql ut_suite_manager/ ut_suite_manager .configure_execution_by_path .PrepareRunnerForTheTop2PackageProcedureByPath .sql
199+
182200drop package test_package_1 .pck
183201drop package test_package_2 .pck
202+ drop package test_package_3 .pck
184203
185204-- Finally
186205@@lib/ RunSummary
0 commit comments