java-docs-samples
java-docs-samples copied to clipboard
fix(deps): update dependency com.google.cloud:libraries-bom to v25.4.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
com.google.cloud:libraries-bom (source) | 25.0.0 -> 25.4.0 |
||||
com.google.cloud:libraries-bom (source) | 25.2.0 -> 25.4.0 |
||||
com.google.cloud:libraries-bom (source) | 25.1.0 -> 25.4.0 |
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: Never, 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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.
#
# spanner/changestreams
#
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 152.536 s <<< FAILURE! - in com.example.spanner.changestreams.ChangeStreamSampleIT
[ERROR] com.example.spanner.changestreams.ChangeStreamSampleIT.testChangeStreamSample Time elapsed: 152.336 s <<< FAILURE!
java.lang.AssertionError
at [email protected]/com.example.spanner.changestreams.ChangeStreamSampleIT.testChangeStreamSample(ChangeStreamSampleIT.java:114)
[ERROR] Failures:
[ERROR] ChangeStreamSampleIT.testChangeStreamSample:114
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (default) on project changestreams: There are test failures.
[ERROR]
[ERROR] Please refer to /tmpfs/src/github/java-docs-samples/spanner/changestreams/target/failsafe-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Testing failed: Maven returned a non-zero exit code.
err: exit status 1
@eaball35 Could you hit rebase for this PR? The failure for Spanner should have been fixed with #7052
@olavloite can you take another look at this? I still see a failure for spanner/changestreams.
@olavloite can you take another look at this? I still see a failure for spanner/changestreams.
@shubha-rajan @haikuo-google The failure is a 'simple' test assertion failure on this line: https://github.com/GoogleCloudPlatform/java-docs-samples/blob/f149410bb24a3fd110458984fd6a361a57a0d363/spanner/changestreams/src/test/java/com/example/spanner/changestreams/ChangeStreamSampleIT.java#L114
That assertion is checking for a very specific string, and does not log any information about what the actual value is, so I have no idea why it is failing.
@haikuo-google Could you please take a look at this?
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.
That failed test is tracked here: https://github.com/GoogleCloudPlatform/java-docs-samples/issues/6831
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.
Hi @olavloite, the build is still failing with the same error. It looks like another fix might be needed for this failing integration test?
#
# spanner/changestreams
#
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 110.627 s <<< FAILURE! - in com.example.spanner.changestreams.ChangeStreamSampleIT
[ERROR] com.example.spanner.changestreams.ChangeStreamSampleIT.testChangeStreamSample Time elapsed: 110.418 s <<< FAILURE!
java.lang.AssertionError
at com.example.spanner.changestreams.ChangeStreamSampleIT.testChangeStreamSample(ChangeStreamSampleIT.java:113)