Skip to content

Build and Unit Test #1136

Build and Unit Test

Build and Unit Test #1136

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Report - release-6.10 failed Feb 29, 2024 in 0s

5888 tests run, 5799 passed, 88 skipped, 1 failed.

Annotations

Check failure on line 101 in cdap-build/app-artifacts/hydrator-plugins/google-cloud/src/test/java/io/cdap/plugin/gcp/spanner/sink/RecordToMutationTransformerTest.java

See this annotation in the file changed.

@github-actions github-actions / Test Report - release-6.10

RecordToMutationTransformerTest.testConvertToValueAllTypes

Invalid date 'February 29' as '2025' is not a leap year
Raw output
java.time.DateTimeException: Invalid date 'February 29' as '2025' is not a leap year
	at java.time.LocalDate.create(LocalDate.java:429)
	at java.time.LocalDate.of(LocalDate.java:269)
	at io.cdap.plugin.gcp.spanner.sink.RecordToMutationTransformerTest.testConvertToValueAllTypes(RecordToMutationTransformerTest.java:101)