[
https://issues.apache.org/jira/browse/BEAM-1844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950093#comment-15950093
]
ASF GitHub Bot commented on BEAM-1844:
--------------------------------------
GitHub user aaltay opened a pull request:
https://github.com/apache/beam/pull/2384
[BEAM-1844] Increase the memory threshold for the direct runner test
It seems like overtime the memory usage increased, this is to prevent test
failures.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aaltay/beam oom
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/2384.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2384
----
commit 065a545ae098c8df81769e4c88c5031deef4494a
Author: Ahmet Altay <[email protected]>
Date: 2017-03-31T00:08:00Z
Increase the memory threshold for the direct runner test
----
> test_memory_usage fails in post commit
> --------------------------------------
>
> Key: BEAM-1844
> URL: https://issues.apache.org/jira/browse/BEAM-1844
> Project: Beam
> Issue Type: Bug
> Components: sdk-py
> Reporter: Ahmet Altay
> Assignee: Ahmet Altay
>
> ...
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/typehints/typecheck.py",
> line 78, in wrapper
> result = method(*args, **kwargs)
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/transforms/core.py",
> line 719, in <lambda>
> wrapper = lambda x, *args, **kwargs: [fn(x, *args, **kwargs)]
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline_test.py",
> line 245, in check_memory
> 'High memory usage: %d > %d' % (memory_usage, memory_threshold))
> RuntimeError: High memory usage: 125566976 > 123487104 [while running
> 'oom:check']
> https://builds.apache.org/view/Beam/job/beam_PostCommit_Python_Verify/1677/consoleFull
> https://builds.apache.org/view/Beam/job/beam_PostCommit_Python_Verify/1675/consoleFull
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)