[
https://issues.apache.org/jira/browse/BEAM-6248?focusedWorklogId=184400&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-184400
]
ASF GitHub Bot logged work on BEAM-6248:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Jan/19 23:24
Start Date: 11/Jan/19 23:24
Worklog Time Spent: 10m
Work Description: mxm commented on pull request #7489: [BEAM-6248]
Disable tests for Flink 1.7 build target
URL: https://github.com/apache/beam/pull/7489#discussion_r247282953
##########
File path: runners/flink/flink_runner.gradle
##########
@@ -68,6 +68,10 @@ test {
if (System.getProperty("beamSurefireArgline")) {
jvmArgs System.getProperty("beamSurefireArgline")
}
+}.onlyIf {
+ // TODO Running tests of all Flink versions in parallel can be too harsh on
Jenkins memory
+ // Skip 1.7 tests for now, to avoid OOM on Jenkins
Review comment:
Should add that its not a Java OOM but the OS kills the Gradle testing VM.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 184400)
Time Spent: 5.5h (was: 5h 20m)
> Add Flink 1.7.x build target to Flink Runner
> --------------------------------------------
>
> Key: BEAM-6248
> URL: https://issues.apache.org/jira/browse/BEAM-6248
> Project: Beam
> Issue Type: Improvement
> Components: runner-flink
> Reporter: Maximilian Michels
> Assignee: Maximilian Michels
> Priority: Major
> Fix For: 2.10.0, 2.11.0
>
> Time Spent: 5.5h
> Remaining Estimate: 0h
>
> With BEAM-5419 we can add a Flink 1.7.x build target.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)