-
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
[BEAM-12422][no need to review] Testing BEAM-12422 by installing the vendored gRPC to local Maven repository #15103
Conversation
Run Java PostCommit |
Run PostCommit_Java_Dataflow |
Run PostCommit_Java_DataflowV2 |
Run Spark ValidatesRunner |
Run SQL Postcommit |
@@ -647,7 +647,7 @@ class BeamModulePlugin implements Plugin<Project> { | |||
testcontainers_postgresql : "org.testcontainers:postgresql:$testcontainers_version", | |||
testcontainers_gcloud : "org.testcontainers:gcloud:$testcontainers_version", | |||
vendored_bytebuddy_1_11_0 : "org.apache.beam:beam-vendor-bytebuddy-1_11_0:0.1", | |||
vendored_grpc_1_36_0 : "org.apache.beam:beam-vendor-grpc-1_36_0:0.1", | |||
vendored_grpc_1_36_0 : "org.apache.beam:beam-vendor-grpc-1_36_0:0.2", |
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.
This PR runs test with the new version of the vendored gRPC (this hasn't been published to Maven Central yet)
Codecov Report
@@ Coverage Diff @@
## master #15103 +/- ##
==========================================
+ Coverage 82.55% 83.79% +1.23%
==========================================
Files 455 441 -14
Lines 55143 59539 +4396
==========================================
+ Hits 45526 49889 +4363
- Misses 9617 9650 +33
Continue to review full report at Codecov.
|
Run Java_Examples_Dataflow PreCommit |
Run PostCommit_Java_Dataflow |
Run Java Precommit |
1 similar comment
Run Java Precommit |
This seems unrelated to log4j. |
Run Java PreCommit |
This commit is not intended to be merged into master. This commit installs the vendored gRPC 1.36.0-0.2 to local Maven repository and runs the tests against the version.
293a129
to
6ed8c01
Compare
Run Java PostCommit |
Run PostCommit_Java_Dataflow |
Run PostCommit_Java_DataflowV2 |
Run Spark ValidatesRunner |
Run SQL Postcommit |
retest this please |
Run Java PostCommit |
Run PostCommit_Java_Dataflow |
Run PostCommit_Java_DataflowV2 |
The Workflow run is cancelling this PR. It is an earlier duplicate of 2173354 run. |
The Workflow run is cancelling this PR. It is an earlier duplicate of 2173354 run. |
Run SQL Postcommit |
Run Java Precommit |
Run Python PreCommit |
1 similar comment
Run Python PreCommit |
Please add a meaningful description for your change here
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).[BEAM-XXX] Fixes bug in ApproximateQuantiles
, where you replaceBEAM-XXX
with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
ValidatesRunner
compliance status (on master branch)Examples testing status on various runners
Post-Commit SDK/Transform Integration Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.