PLUGIN-1438: Added support for destination table write preference in BQ Execute Plugin #2829
GitHub Actions / Build Test Report
failed
Dec 11, 2024 in 0s
610 tests run, 599 passed, 10 skipped, 1 failed.
Annotations
Check failure on line 235 in BigQueryExecuteTest
github-actions / Build Test Report
BigQueryExecuteTest.testValidateWritePreferenceWithInvalidValue
expected:<...d write preference '[INVALID_PREFERENCE'. Allowed values are 'WRITE_EMPTY', 'WRITE_APPEND', or 'WRITE_TRUNCATE'.]> but was:<...d write preference '[WRITE_EMPTY'. ]>
Raw output
org.junit.ComparisonFailure: expected:<...d write preference '[INVALID_PREFERENCE'. Allowed values are 'WRITE_EMPTY', 'WRITE_APPEND', or 'WRITE_TRUNCATE'.]> but was:<...d write preference '[WRITE_EMPTY'. ]>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at io.cdap.plugin.gcp.bigquery.action.BigQueryExecuteTest.testValidateWritePreferenceWithInvalidValue(BigQueryExecuteTest.java:235)
Loading