[
https://issues.apache.org/jira/browse/BEAM-6435?focusedWorklogId=185327&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-185327
]
ASF GitHub Bot logged work on BEAM-6435:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jan/19 16:23
Start Date: 15/Jan/19 16:23
Worklog Time Spent: 10m
Work Description: mxm commented on pull request #7515: [BEAM-6435]
Disable parallel test execution of PortableValidatesRunner
URL: https://github.com/apache/beam/pull/7515
We have cut down the test execution time significantly by switching to the
EMBEDDED execution mode. We're seeing 'Exit Code 137' regularly in the
batch tests, which means that the host OS killed the test process due to
memory
exhaustion. Note: The Java process likely could not leverage its provided
memory
because we don't get a Java OOM.
Disabling parallel test execution here to see if that fixes the problem.
R @robertwb
CC @tweise
Post-Commit Tests Status (on master branch)
------------------------------------------------------------------------------------------------
Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
--- | --- | --- | --- | --- | --- | --- | ---
Go | [](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/)
| --- | --- | --- | --- | --- | ---
Java | [](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/lastCompletedBuild/)<br>[](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/lastCompletedBuild/)<br>[](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Streaming/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/lastCompletedBuild/)
Python | [](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
| --- | [](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
</br> [](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Python_VR_Flink/lastCompletedBuild/)
| --- | --- | ---
----------------------------------------------------------------
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: 185327)
Time Spent: 10m
Remaining Estimate: 0h
> beam_PostCommit_Java_PVR_Flink_Batch regularly failing
> ------------------------------------------------------
>
> Key: BEAM-6435
> URL: https://issues.apache.org/jira/browse/BEAM-6435
> Project: Beam
> Issue Type: New Feature
> Components: test-failures
> Reporter: Robert Bradshaw
> Assignee: Maximilian Michels
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Often there are no test failures, but the task fails with
> 11:02:59 Execution failed for task
> ':beam-runners-flink_2.11-job-server:validatesPortableRunnerBatch'.
> 11:02:59 > Process 'Gradle Test Executor 2' finished with non-zero exit value
> 137
> 11:02:59 This problem might be caused by incorrect test process
> configuration.
> 11:02:59 Please refer to the test execution section in the user guide at
> https://docs.gradle.org/4.10.3/userguide/java_plugin.html#sec:test_execution
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
