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
52
52
# I have no idea why, but these tests don't seem to work on CI...
53
53
goal=" -Pdb=oracle_cloud_db23c -DrunID=$RUNID -DdbHost=$HOST -DdbService=$SERVICE "
54
54
elif [ " $RDBMS " == " oracle_11_2" ]; then
55
- goal=" -Pdb=oracle_legacy_ci"
55
+ goal=" -Pdb=oracle_legacy_ci -PexcludeTests=**.LockTest.testQueryTimeout* "
56
56
elif [ " $RDBMS " == " db2" ]; then
57
57
goal=" -Pdb=db2_ci"
58
58
elif [ " $RDBMS " == " db2_10_5" ]; then
Original file line number Diff line number Diff line change @@ -122,16 +122,9 @@ dependencies {
122
122
testRuntimeOnly dbLibs. firebird
123
123
}
124
124
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
135
128
}
136
129
137
130
annotationProcessor libs. loggingProcessor
Original file line number Diff line number Diff line change @@ -234,9 +234,6 @@ dependencyResolutionManagement {
234
234
library( " oracle" , " com.oracle.database.jdbc" , " ojdbc11" ). versionRef( oracleVersion )
235
235
library( " oracleXml" , " com.oracle.database.xml" , " xdb" ). versionRef( oracleVersion )
236
236
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 )
240
237
library( " mssql" , " com.microsoft.sqlserver" , " mssql-jdbc" ). versionRef( mssqlVersion )
241
238
library( " db2" , " com.ibm.db2" , " jcc" ). versionRef( db2Version )
242
239
library( " hana" , " com.sap.cloud.db.jdbc" , " ngdbc" ). versionRef( hanaVersion )
You can’t perform that action at this time.
0 commit comments