Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 952c9a8

Browse files
committed
Permanently disabling tests that cant execute on 18c.
1 parent 7e78473 commit 952c9a8

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

test/api/test_ut_run.pks

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,11 @@ create or replace package test_ut_run is
7979
--%test(Executes successfully an empty suite)
8080
procedure run_func_empty_suite;
8181

82-
$if dbms_db_version.version > 12 $then
83-
--%disabled
82+
--%disabled(Makes session wait for lock on 18.1 due to library cache pin wait)
8483
--%test(ut.run - raises after completing all tests if a test fails with ORA-04068 or ORA-04061)
8584
--%beforetest(create_test_suite)
8685
--%aftertest(drop_test_suite)
8786
procedure raise_in_invalid_state;
88-
$else
89-
--%test(ut.run - raises after completing all tests if a test fails with ORA-04068 or ORA-04061)
90-
--%beforetest(create_test_suite)
91-
--%aftertest(drop_test_suite)
92-
procedure raise_in_invalid_state;
93-
$end
94-
9587
procedure create_test_suite;
9688
procedure drop_test_suite;
9789

test/core/test_ut_executable.pks

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,11 @@ create or replace package test_ut_executable is
1414
--%test(Executes a procedure raising exception, saves dbms_output and exception stack trace)
1515
procedure exec_failing_proc;
1616

17-
$if dbms_db_version.version > 12 $then
18-
--%disabled
17+
--%disabled(Makes session wait for lock on 18.1 due to library cache pin wait)
1918
--%test(Sets state invalid flag when package-state invalidated and saves exception stack trace)
2019
--%beforetest(create_state_dependant_pkg)
2120
--%aftertest(drop_state_dependant_pkg)
2221
procedure exec_invalid_state_proc;
23-
$else
24-
--%test(Sets state invalid flag when package-state invalidated and saves exception stack trace)
25-
--%beforetest(create_state_dependant_pkg)
26-
--%aftertest(drop_state_dependant_pkg)
27-
procedure exec_invalid_state_proc;
28-
$end
29-
3022
procedure create_state_dependant_pkg;
3123
procedure drop_state_dependant_pkg;
3224

0 commit comments

Comments
 (0)