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

Skip to content

Commit 5afba10

Browse files
committed
Change user that executes tests as helper that is super user.
1 parent c56943e commit 5afba10

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ grant drop public database link to $UT3_TESTER_HELPER;
8686
set feedback on
8787
--Needed for testing coverage outside of main UT3 schema.
8888
grant create any procedure, drop any procedure, execute any procedure, create any type, drop any type, execute any type, under any type, select any table, update any table, insert any table, delete any table, create any table, drop any table, alter any table, select any dictionary to $UT3_TESTER_HELPER;
89-
revoke execute on dbms_crypto from $UT3_TESTER_HELPER;
9089
grant create job to $UT3_TESTER_HELPER;
9190
exit
9291
SQL

test/install_and_run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ time "$SQLCLI" ${UT3_TESTER}/${UT3_TESTER_PASSWORD}@//${CONNECTION_STR} @install
1414

1515
cd ..
1616

17-
time utPLSQL-cli/bin/utplsql run ${UT3_TESTER}/${UT3_TESTER_PASSWORD}@${CONNECTION_STR} \
17+
time utPLSQL-cli/bin/utplsql run ${UT3_TESTER_HELPER}/${UT3_TESTER_HELPER_PASSWORD}@${CONNECTION_STR} \
1818
-source_path=source -owner=ut3 \
1919
-p='ut3_tester,ut3$user#' \
2020
-test_path=test -c \

0 commit comments

Comments
 (0)