-
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
Fix flink XVR tests #24228
Fix flink XVR tests #24228
Conversation
Run Seed Job |
Run XVR_Flink PostCommit |
Run XVR_Flink PostCommit |
Run XVR_Flink PostCommit |
Run Seed Job |
Run XVR_Flink PostCommit |
Run Seed Job |
Run XVR_Flink PostCommit |
Run XVR_Flink PostCommit |
Run Seed Job |
Run XVR_Flink PostCommit |
Run XVR_Flink PostCommit |
Run XVR_Flink PostCommit |
Codecov Report
@@ Coverage Diff @@
## master #24228 +/- ##
=======================================
Coverage 73.45% 73.46%
=======================================
Files 714 714
Lines 96496 96497 +1
=======================================
+ Hits 70885 70890 +5
+ Misses 24288 24284 -4
Partials 1323 1323
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Run XVR_Flink PostCommit |
Run XVR_Flink PostCommit |
Run XVR_Flink PostCommit |
Run Seed Job |
Run XVR_Flink PostCommit |
Run Seed Job |
Run XVR_Flink PostCommit |
(this version worked, though a different test failed for seemingly unrelated reasons https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink_PR/264/console)
|
Run XVR_Flink PostCommit |
Run XVR_Flink PostCommit |
Run XVR_Flink PostCommit |
R: @Abacn I think this should fix flink postcommits on Go across the board. I'll add a follow up PR to reenable Go tests and remove some of the changes from https://github.com/apache/beam/pull/24159/files once this in in (anything else I'm missing?) |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
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.
beam_PostCommit_XVR_Flink test passed. LGTM
* WIP: Attempt to fix flink XVR tests * Add some debugging info * Fix logging * Fix pathing * Disable caching for now * Try manually setting flink-conf-dir * Try manually setting flink-conf-dir * Try setting it in run_job_server * Clean up method of passing extra args * Accept additional args in script * Try more explicit route * Try more explicit route * Try to prove this works * A little indirection * Fix pathing
This applies the changes from #17067 to all flink tests that use the flink job server task. This should fix the
java.io.IOException: Insufficient number of network buffers: required 17, but only 14 available. The total number of network buffers is currently set to 2048 of 32768 bytes each. You can increase this number by setting the configuration keys 'taskmanager.memory.network.fraction', 'taskmanager.memory.network.min', and 'taskmanager.memory.network.max'.
exceptionThank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).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.