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

Skip to content

Commit 9278f67

Browse files
author
Jacek Gębal
committed
Fixing 19c build issues.
Changed the way docker image is created. See commit: utPLSQL/docker-scripts@0f1b3a4#diff-6d4effe667dc45652da52fb0e218549914006349f7be3da5ab7dc774fbfa53deR85 And issue: gvenzl/oci-oracle-xe#43
1 parent 71f4911 commit 9278f67

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
CONNECTION_STR: ${{ format( '127.0.0.1:1521/{0}', matrix.oracle-sid ) }}
2424
ORACLE_PASSWORD: oracle
2525
DOCKER_VOLUME: ${{matrix.docker-volume}}
26-
JAVA_TOOL_OPTIONS: '-Doracle:net:disableOob=true' # needed as a workaround for 19c docker connectivity issues. See: https://github.com/gvenzl/oci-oracle-xe/issues/43
2726
strategy:
2827
fail-fast: false
2928
matrix:

test/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ev
44
#goto git root directory
55
git rev-parse && cd "$(git rev-parse --show-cdup)"
66

7-
time utPLSQL-cli/bin/utplsql run UT3_TESTER_HELPER/ut3@//${CONNECTION_STR} -d -D \
7+
time utPLSQL-cli/bin/utplsql run UT3_TESTER_HELPER/ut3@//${CONNECTION_STR} -D \
88
-source_path=source -owner=ut3_develop \
99
-p='ut3_tester,ut3_user' \
1010
-test_path=test -c \

0 commit comments

Comments
 (0)