Uh oh!
There was an error while loading. Please reload this page.
[BEAM-13857] Switched Go IT script to using Go flags for expansion services - #17161
Conversation
…rvices This is a followup to a previous PR (apache#16908) which added the feature but didn't switch existing tests to using it. This switches existing tests to using the feature (along with making sure it's set up properly in a way that works).
youngoli
commented
Mar 23, 2022
youngoli
commented
Mar 23, 2022
I'd like to note for future reference that the cross-language postcommits for Python Direct, Flink, and Spark all seem to currently be failing, so while running them I'm not going to be checking that they succeed, but that the failures don't change, and we can be reasonably sure that this PR didn't change anything. Since this only affects the way expansion services are initialized for Go, any errors should probably be visible over existing errors. |
youngoli
commented
Mar 23, 2022
Run XVR_Direct PostCommit |
youngoli
commented
Mar 23, 2022
Run XVR_Flink PostCommit |
youngoli
commented
Mar 23, 2022
Run XVR_Spark PostCommit |
Codecov Report
@@ Coverage Diff @@## master #17161 +/- ##
==========================================
- Coverage 73.96% 73.95% -0.01%
==========================================
Files 671 671 Lines 88245 88245 ==========================================
- Hits 65270 65264 -6 - Misses 21863 21869 +6
Partials 1112 1112
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
lostluck
commented
Mar 29, 2022
Flink failed with this, rerunning. |
lostluck
commented
Mar 29, 2022
Run XVR_Flink PostCommit |
lostluck
left a comment
There was a problem hiding this comment.
Assuming the flink failure is a flake of some kind, this LGTM. Thanks! I wish we had a better/cleaner mechanism to put a prefix like that for testing, but I can't think of anything preferable to the current no-magic approach.
lostluck
commented
Mar 29, 2022
Run Flink CrossLanguageValidatesRunner Tests |
lostluck
commented
Mar 29, 2022
Run XVR_Flink PostCommit |
youngoli
commented
Mar 30, 2022
I'm inclined to think this is a flake for the Flink XVR tests, since this change shouldn't be doing anything to the specific of Flink connections. And looking at the Non-PR version, looks like it's failing with the same error (ex. https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/5215/) Java Precommit I already know is being flaky due to timeouts and this change isn't modifying Java at all. CommunityMetrics Precommit similarly is currently not working for unrelated reasons. |
youngoli
commented
Mar 30, 2022
That said, before I merge this I'm going to double check it doesn't conflict with #16819 |
lostluck
commented
Apr 6, 2022
Run Flink CrossLanguageValidatesRunner Tests |
lostluck
commented
Apr 6, 2022
Run XVR_Flink PostCommit |
lostluck
commented
Apr 6, 2022
Run CommunityMetrics PreCommit |
lostluck
commented
Apr 7, 2022
Seems like a flake. |
lostluck
commented
Apr 7, 2022
Run XVR_Flink PostCommit |
lostluck
commented
Apr 7, 2022
Up, just an unrelated flake. Merging. |
This is a followup to a previous PR (#16908) which added the feature but didn't switch existing tests to using it. This switches existing tests to using the feature (along with making sure it's set up properly in a way that works).
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-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.mdwith 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.