Skip to content

Commit

Permalink
Update old driver tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dprzybysz committed Nov 28, 2024
1 parent a20f2cf commit 9693e64
Showing 1 changed file with 37 additions and 19 deletions.
56 changes: 37 additions & 19 deletions TestOnly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,30 +389,48 @@
<source>8</source>
<target>8</target>
<testExcludes>
<!-- arrow tests -->
<exclude>**/net/snowflake/client/core/arrow/*.java</exclude>
<exclude>**/ResultSetArrow*.java</exclude>
<exclude>**/PreparedStatementArrow*IT.java</exclude>
<exclude>**/SFArrowResultSetIT.java</exclude>
<!-- structured types tests -->
<exclude>**/structuredtypes/sqldata/*.java</exclude>
<!-- Latest JDBC driver tests that cannot run with the oldest driver -->
<exclude>**/*LatestIT.java</exclude>
<!-- Unit Tests -->
<exclude>**/*Test.java</exclude>
<!-- Manual Tests -->
<exclude>**/*Manual.java</exclude>
<!-- Telemetry API is new -->
<exclude>**/TelemetryServiceIT.java</exclude>
<exclude>**/TelemetryIT.java</exclude>
<!-- OCSP implementation is new -->
<!-- Strucutured types added in 3.17.0 -->
<exclude>**/structuredtypes/sqldata/*.java</exclude>
<!-- The tests below are not compiling -->
<exclude>**/BaseWiremockTest.java</exclude>
<exclude>**/BindingAndInsertingStructuredTypesLatestIT.java</exclude>
<exclude>**/ChunkDownloaderS3RetryUrlLatestIT.java</exclude>
<exclude>**/ConnectionLatestIT.java</exclude>
<exclude>**/CustomProxyLatestIT.java</exclude>
<exclude>**/DatabaseMetaDataLatestIT.java</exclude>
<exclude>**/DiagnosticContextLatestIT.java</exclude>
<exclude>**/FileConnectionConfigurationLatestIT.java</exclude>
<exclude>**/FileUploaderLatestIT.java</exclude>
<exclude>**/GitRepositoryDownloadLatestIT.java</exclude>
<exclude>**/HttpUtilLatestIT.java</exclude>
<exclude>**/LobSizeLatestIT.java</exclude>
<exclude>**/PreparedStatement2LatestIT.java</exclude>
<exclude>**/PreparedStatementArrow2LatestIT.java</exclude>
<exclude>**/PreparedStatementLargeUpdateLatestIT.java</exclude>
<exclude>**/ProxyLatestIT.java</exclude>
<exclude>**/RestRequestWiremockLatestIT.java</exclude>
<exclude>**/ResultSetArrowLatestIT.java</exclude>
<exclude>**/ResultSetLatestIT.java</exclude>
<exclude>**/ResultSetStructuredTypesLatestIT.java</exclude>
<exclude>**/ResultSetVectorLatestIT.java</exclude>
<exclude>**/SFArrowResultSetIT.java</exclude>
<exclude>**/SFTrustManagerIT.java</exclude>
<!-- Logger improvement is new -->
<exclude>**/SLF4JLoggerIT.java</exclude>
<!-- Async support is new -->
<exclude>**/ResultSetAsyncIT.java</exclude>
<!-- ResultSet serialization is new -->
<exclude>**/SnowflakeResultSetSerializable*IT.java</exclude>
<exclude>**/SLF4JJJCLWrapperLatestIT.java</exclude>
<exclude>**/SLF4JLoggerLatestIT.java</exclude>
<exclude>**/SessionUtilLatestIT.java</exclude>
<exclude>**/SnowflakeAzureClientHandleExceptionLatestIT.java</exclude>
<exclude>**/SnowflakeAzureClientLatestIT.java</exclude>
<exclude>**/SnowflakeDriverLatestIT.java</exclude>
<exclude>**/SnowflakeGcsClientHandleExceptionLatestIT.java</exclude>
<exclude>**/SnowflakeS3ClientHandleExceptionLatestIT.java</exclude>
<exclude>**/SnowflakeS3ClientLatestIT.java</exclude>
<exclude>**/StatementLatestIT.java</exclude>
<exclude>**/TelemetryIT.java</exclude>
<exclude>**/TelemetryServiceIT.java</exclude>
</testExcludes>
<useIncrementalCompilation>false</useIncrementalCompilation>
</configuration>
Expand Down

0 comments on commit 9693e64

Please sign in to comment.