-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update Google Cloud Java Libraries BOM from 26.22.0 to 26.23.0 #28656
Conversation
4a4839d
to
8ba2e3e
Compare
Codecov Report
@@ Coverage Diff @@
## master #28656 +/- ##
===========================================
- Coverage 72.21% 38.39% -33.82%
===========================================
Files 684 686 +2
Lines 101235 101608 +373
===========================================
- Hits 73104 39010 -34094
- Misses 26556 61023 +34467
Partials 1575 1575
Flags with carried forward coverage won't be shown. Click here to find out more. see 314 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Assigning reviewers. If you would like to opt out of this review, comment R: @damccorm for label build. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
run java precommit |
8ba2e3e
to
b396b29
Compare
b396b29
to
3b44fcd
Compare
Run Java_hadoop_IO_Direct PreCommit |
On the Hadoop tests, gradle cache flake:
|
GCP test looks worrying, for now at least: https://ci-beam.apache.org/job/beam_PreCommit_Java_GCP_IO_Direct_Commit/3770/testReport/junit/org.apache.beam.sdk.io.gcp.spanner.changestreams/SpannerChangeStreamErrorTest/testAbortedExceptionNotRetriedithDefaultsForStreamSqlRetrySettings/ SpannerChangeStreamErrorTest.testAbortedExceptionNotRetriedithDefaultsForStreamSqlRetrySettings
|
Run Java_GCP_IO_Direct PreCommit |
The current version 20220320 is in range for CVE-2022-45688, but likely something that we can handle outside this bump's scope. libraries-bom transitively depends on 20230618 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cross-checked the diffs, LGTM, thanks Kenn!
Same error. Suspect it is real :-( |
Run Java_GCP_IO_Direct PreCommit |
Judging by the test, not hard to imagine that we'd have failures if they changed the defaults. |
cc @manitgupta and @nancyxu123 |
I was pointed to @darshan-sj -- Darshan, can you please take a look at this? |
If it is just the test, then I'm OK with a cherrypick. Otherwise I think we have to skip this BOM version. |
I have logged in to Jenkins and ensured that this build will not be garbage collected: https://ci-beam.apache.org/job/beam_PreCommit_Java_GCP_IO_Direct_Phrase/238/ The failure is SpannerChangeStreamErrorTest.testAbortedExceptionNotRetriedithDefaultsForStreamSqlRetrySettings It times out after 10 minutes. The log in its entirety appears to be:
|
Now that I have had a minute to look at it rather than just copy/pasting the error, summarizing the stack trace and what it means: it seems to be hanging in |
I think the problem is with the Beam test. It is testing bug-for-bug compatibility of the |
No that is not the case. The test is expecting the request to time out but instead the test times out while the request is still active (possibly during a retry). |
3b44fcd
to
7ac5c17
Compare
Run Java_IOs_Direct PreCommit |
Run Java_Examples_Dataflow PreCommit |
Reminder, please take a look at this pr: @damccorm |
Run Java PreCommit |
Run Python_Coverage PreCommit |
run java precommit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this is good to go, thanks Kenn
Ah, noting the "4 pending checks" that are actually green on Jenkins: https://ci-beam.apache.org/job/beam_PreCommit_Java_Examples_Dataflow_Java17_Commit/8916/ And the Python coverage is not relevant (but should probably not fail on this, so that's a bug but it is too long and flaky to kick a bunch of times here) |
Quite a lot of manual digging through transitive deps of the libraries listed at https://github.com/googleapis/java-cloud-bom/tree/v26.23.0 to figure out some of these :-(
Then @bvolpato tells me I should just run this :-)
(still manual scraping to match up versions)
Fixes #28379
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.