Build and Unit Test #1646
GitHub Actions / Test Report - release-6.11
failed
Jan 28, 2025 in 0s
5714 tests run, 5627 passed, 79 skipped, 8 failed.
Annotations
github-actions / Test Report - release-6.11
CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnSQLXML
Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
Raw output
java.lang.Exception: Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
at io.cdap.plugin.db.CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnSQLXML(CommonSchemaReaderTest.java:204)
github-actions / Test Report - release-6.11
CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnStruct
Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
Raw output
java.lang.Exception: Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
at io.cdap.plugin.db.CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnStruct(CommonSchemaReaderTest.java:210)
github-actions / Test Report - release-6.11
CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnDistinct
Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
Raw output
java.lang.Exception: Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
at io.cdap.plugin.db.CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnDistinct(CommonSchemaReaderTest.java:180)
github-actions / Test Report - release-6.11
CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnArray
Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
Raw output
java.lang.Exception: Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
at io.cdap.plugin.db.CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnArray(CommonSchemaReaderTest.java:168)
github-actions / Test Report - release-6.11
CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnOther
Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
Raw output
java.lang.Exception: Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
at io.cdap.plugin.db.CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnOther(CommonSchemaReaderTest.java:192)
github-actions / Test Report - release-6.11
CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnDatalink
Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
Raw output
java.lang.Exception: Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
at io.cdap.plugin.db.CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnDatalink(CommonSchemaReaderTest.java:174)
github-actions / Test Report - release-6.11
CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnJavaObject
Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
Raw output
java.lang.Exception: Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
at io.cdap.plugin.db.CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnJavaObject(CommonSchemaReaderTest.java:186)
github-actions / Test Report - release-6.11
CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnRef
Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
Raw output
java.lang.Exception: Unexpected exception, expected<java.sql.SQLException> but was<io.cdap.cdap.api.exception.ProgramFailureException>
at io.cdap.plugin.db.CommonSchemaReaderTest.testGetSchemaThrowsExceptionOnRef(CommonSchemaReaderTest.java:198)
Loading