File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ elif [ "$RDBMS" == "oracle_db23c" ]; then
5252 # I have no idea why, but these tests don't seem to work on CI...
5353 goal=" -Pdb=oracle_cloud_db23c -DrunID=$RUNID -DdbHost=$HOST -DdbService=$SERVICE "
5454elif [ " $RDBMS " == " oracle_11_2" ]; then
55- goal=" -Pdb=oracle_legacy_ci"
55+ goal=" -Pdb=oracle_legacy_ci -PexcludeTests=**.LockTest.testQueryTimeout* "
5656elif [ " $RDBMS " == " db2" ]; then
5757 goal=" -Pdb=db2_ci"
5858elif [ " $RDBMS " == " db2_10_5" ]; then
Original file line number Diff line number Diff line change @@ -122,16 +122,9 @@ dependencies {
122122 testRuntimeOnly dbLibs. firebird
123123 }
124124 else if ( db. startsWith( ' oracle' ) ) {
125- if ( db. startsWith( ' oracle_legacy' ) ) {
126- testRuntimeOnly dbLibs. oracleLegacy
127- testRuntimeOnly dbLibs. oracleLegacyXml
128- testRuntimeOnly dbLibs. oracleLegacyXmlParser
129- }
130- else {
131- testRuntimeOnly dbLibs. oracle
132- testRuntimeOnly dbLibs. oracleXml
133- testRuntimeOnly dbLibs. oracleXmlParser
134- }
125+ testRuntimeOnly dbLibs. oracle
126+ testRuntimeOnly dbLibs. oracleXml
127+ testRuntimeOnly dbLibs. oracleXmlParser
135128 }
136129
137130 annotationProcessor libs. loggingProcessor
Original file line number Diff line number Diff line change @@ -234,9 +234,6 @@ dependencyResolutionManagement {
234234 library( " oracle" , " com.oracle.database.jdbc" , " ojdbc11" ). versionRef( oracleVersion )
235235 library( " oracleXml" , " com.oracle.database.xml" , " xdb" ). versionRef( oracleVersion )
236236 library( " oracleXmlParser" , " com.oracle.database.xml" , " xmlparserv2" ). versionRef( oracleVersion )
237- library( " oracleLegacy" , " com.oracle.database.jdbc" , " ojdbc6" ). versionRef( oracleLegacyVersion )
238- library( " oracleLegacyXml" , " com.oracle.database.xml" , " xdb6" ). versionRef( oracleLegacyVersion )
239- library( " oracleLegacyXmlParser" , " com.oracle.database.xml" , " xmlparserv2" ). versionRef( oracleLegacyVersion )
240237 library( " mssql" , " com.microsoft.sqlserver" , " mssql-jdbc" ). versionRef( mssqlVersion )
241238 library( " db2" , " com.ibm.db2" , " jcc" ). versionRef( db2Version )
242239 library( " hana" , " com.sap.cloud.db.jdbc" , " ngdbc" ). versionRef( hanaVersion )
You can’t perform that action at this time.
0 commit comments