Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:sdk-platform-java-config 3.48.0 -> 3.49.0 age adoption passing confidence

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners June 2, 2025 18:48
@renovate-bot renovate-bot requested a review from tswast June 2, 2025 18:48
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Jun 2, 2025
@dpebot
Copy link

dpebot commented Jun 2, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 2, 2025
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Jun 2, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 2, 2025
@zhumin8 zhumin8 added the automerge Merge the pull request once unit tests and other checks pass. label Jun 3, 2025
@zhumin8
Copy link
Contributor

zhumin8 commented Jun 4, 2025

GraalVM 24 test failure:
multiple test failures, all pointing to this: org.apache.arrow.memory.RootAllocator

[ERROR] Tests run: 179, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 493.9 s <<< FAILURE! -- in com.google.cloud.bigquery.it.ITBigQueryTest
[ERROR] com.google.cloud.bigquery.it.ITBigQueryTest.testExecuteSelectWithCredentials -- Time elapsed: 5.640 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.apache.arrow.memory.RootAllocator

full log

Note this error occured before graalvm 24 building phase.

@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-sdk-platform-java-config-3.x branch from 59261c9 to 100522e Compare June 5, 2025 18:14
@dpebot
Copy link

dpebot commented Jun 5, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 5, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 5, 2025
@zhumin8 zhumin8 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 5, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 5, 2025
@zhumin8
Copy link
Contributor

zhumin8 commented Jun 5, 2025

Graalvm native image A hits a flaky:

[ERROR] Tests run: 181, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 528.4 s <<< FAILURE! -- in com.google.cloud.bigquery.it.ITBigQueryTest
[ERROR] com.google.cloud.bigquery.it.ITBigQueryTest.testQuery -- Time elapsed: 0.544 s <<< ERROR!
com.google.cloud.bigquery.BigQueryException: Visibility check was unavailable. Please retry the request and contact support if the problem persists
	at com.google.cloud.bigquery.BigQueryRetryHelper.runWithRetries(BigQueryRetryHelper.java:59)
	... ...
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 503 Service Unavailable
POST https://bigquery.googleapis.com/bigquery/v2/projects/gcloud-devel/jobs?prettyPrint=false
{
  "code": 503,
  "errors": [
    {
      "domain": "global",
      "message": "Visibility check was unavailable. Please retry the request and contact support if the problem persists",
      "reason": "backendError"
    }
  ],
  "message": "Visibility check was unavailable. Please retry the request and contact support if the problem persists",
  "status": "UNAVAILABLE"
}

@zhumin8 zhumin8 merged commit 2c5ede4 into googleapis:main Jun 6, 2025
17 of 20 checks passed
@renovate-bot renovate-bot deleted the renovate/com.google.cloud-sdk-platform-java-config-3.x branch June 6, 2025 02:06
diegomarquezp added a commit that referenced this pull request Jun 11, 2025
This follows https://arrow.apache.org/docs/java/install.html,
where we add the indicated `--add-opens` flag.

This is meant to follow from #3811 (comment)
diegomarquezp added a commit that referenced this pull request Jun 12, 2025
* build: include arrow dependency suggested compiler flags

This follows https://arrow.apache.org/docs/java/install.html,
where we add the indicated `--add-opens` flag.

This is meant to follow from #3811 (comment)

* fix: only activate on JDK 9+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. automerge Merge the pull request once unit tests and other checks pass. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants