[PLUGIN-1849] Error Management for BigQuery Action plugin #3823
GitHub Actions / Build Test Report
failed
Jan 21, 2025 in 0s
610 tests run, 598 passed, 10 skipped, 2 failed.
Annotations
Check failure on line 124 in BigQueryExecuteTest
github-actions / Build Test Report
BigQueryExecuteTest.testExecuteQueryWithExponentialBackoffFailsRetryError
expected:<Failed to execute []BigQuery job. Reason...> but was:<Failed to execute [query with message: Failed to execute BigQuery job. Reason: Retries exhausted. io.cdap.plugin.gcp.bigquery.exception.BigQueryJobExecutionException: Failed to execute ]BigQuery job. Reason...>
Raw output
org.junit.ComparisonFailure: expected:<Failed to execute []BigQuery job. Reason...> but was:<Failed to execute [query with message: Failed to execute BigQuery job. Reason: Retries exhausted. io.cdap.plugin.gcp.bigquery.exception.BigQueryJobExecutionException: Failed to execute ]BigQuery job. Reason...>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at io.cdap.plugin.gcp.bigquery.action.BigQueryExecuteTest.testExecuteQueryWithExponentialBackoffFailsRetryError(BigQueryExecuteTest.java:124)
Check failure on line 114 in BigQueryExecuteTest
github-actions / Build Test Report
BigQueryExecuteTest.testExecuteQueryWithExponentialBackoffFailsWithNonRetryError
expected:<[]Job execution failed...> but was:<[Failed to execute query with reason: accessDenied, message: ]Job execution failed...>
Raw output
org.junit.ComparisonFailure: expected:<[]Job execution failed...> but was:<[Failed to execute query with reason: accessDenied, message: ]Job execution failed...>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at io.cdap.plugin.gcp.bigquery.action.BigQueryExecuteTest.testExecuteQueryWithExponentialBackoffFailsWithNonRetryError(BigQueryExecuteTest.java:114)
Loading