Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google-bigquery: tests are failing on quarkus-platform since camel-quarkus 3.8.0 release #5798

Closed
aldettinger opened this issue Feb 26, 2024 · 4 comments

Comments

@aldettinger
Copy link
Contributor

Bug description

While releasing Camel Quarkus 3.8.0, the google-big-query tests below were failing in the pr:

  • org.apache.camel.quarkus.component.google.bigquery.it.GoogleBigqueryTest.insertIdTest line 240
  • org.apache.camel.quarkus.component.google.bigquery.it.GoogleBigqueryTest.insertListTest line 135
  • org.apache.camel.quarkus.component.google.bigquery.it.GoogleBigqueryTest.insertMapTest line 104
  • org.apache.camel.quarkus.component.google.bigquery.it.GoogleBigqueryTest.partitioningTest line 211
  • org.apache.camel.quarkus.component.google.bigquery.it.GoogleBigqueryTest.sqlCrudOperations line 296
  • org.apache.camel.quarkus.component.google.bigquery.it.GoogleBigqueryTest.templateTableTest line 162
@zhfeng
Copy link
Contributor

zhfeng commented Feb 26, 2024

@aldettinger Is there any more detail about the test failures?

@aldettinger
Copy link
Contributor Author

It's possible to reproduce locally at this commit level from the pr branch

The captured output gbq-qplatform-issue-reproduced.txt mention a missing method boolean com.google.cloud.bigquery.BigQueryOptions.hasValidUniverseDomain()

@jamesnetherton
Copy link
Contributor

This happens because Quarkus Google Cloud Services is forcing an older version of bigquery-java to what we expect for CQ. It should get resolved once that projects integrates a new release into the platform.

@jamesnetherton jamesnetherton changed the title google-big-query: tests are failing on quarkus-platform since camel-quarkus 3.8.0 release google-bigquery: tests are failing on quarkus-platform since camel-quarkus 3.8.0 release Mar 4, 2024
@jamesnetherton
Copy link
Contributor

This has been fixed now that Quarkus Google Cloud Services and Camel are aligned better.

@jamesnetherton jamesnetherton added this to the 3.10.0 milestone Apr 29, 2024
@jamesnetherton jamesnetherton self-assigned this Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants