[
https://issues.apache.org/jira/browse/BEAM-6527?focusedWorklogId=217333&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-217333
]
ASF GitHub Bot logged work on BEAM-6527:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Mar/19 16:41
Start Date: 22/Mar/19 16:41
Worklog Time Spent: 10m
Work Description: adude3141 commented on issue #8067: [BEAM-6527] Use
Gradle to parallel Python tox tests
URL: https://github.com/apache/beam/pull/8067#issuecomment-475692169
Comparing e.g. java precommit build [1] with python [2] I was under the
impression, that the log output heavily increased with this commit.
Just wondering, if you got the same feeling. From my point of view, most
output is not helpful, e.g. all this 'creating...', 'copying', 'adding' just
clutters console.
You are right regarding gradles default behaviour. But we might consider
adapting that to something more sensible on task level? Either by quietening
the tools delegated to - which might have some drawbacks - or we could add a
` logging.captureStandardOutput org.gradle.api.logging.LogLevel.INFO`
(or even better DEBUG?) to the 'sdist' task which will quieten things a bit.
And similar stuff with other tasks.
Did not look deeper into that, though. And of course, it has a lot to do
with daily dev - which I am not doing on python currently -, whether that
output should be seen or could be considered clutter (which might be enabled if
required by adding '-I' or '-q' param.
[1] https://builds.apache.org/job/beam_PreCommit_Java_Phrase/827/consoleFull
[2]
https://builds.apache.org/job/beam_PreCommit_Python_Commit/5194/consoleFull
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 217333)
Time Spent: 11.5h (was: 11h 20m)
> Parallel tox (unit) tests run on Jenkins
> ----------------------------------------
>
> Key: BEAM-6527
> URL: https://issues.apache.org/jira/browse/BEAM-6527
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Mark Liu
> Assignee: Mark Liu
> Priority: Major
> Labels: triaged
> Fix For: Not applicable
>
> Time Spent: 11.5h
> Remaining Estimate: 0h
>
> Existing tox unit test suite (basic, gcp and cython) will be enabled in
> multiple version of Python 3, which will significantly increase runtime of
> Pre/PostCommit build. A parallel is wanted in tox or Gradle invocation to
> control the time in a reasonable range (<30mins for PreCommit is desired).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)