You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Mark Liu (JIRA)" <ji...@apache.org> on 2017/06/21 21:53:00 UTC

[jira] [Commented] (BEAM-2496) Use virtualenv in Performance test for dependency management

    [ https://issues.apache.org/jira/browse/BEAM-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16058320#comment-16058320 ] 

Mark Liu commented on BEAM-2496:
--------------------------------

looks like we can use virtualenv in Jenkins DSL (https://jenkinsci.github.io/job-dsl-plugin/#path/javaposse.jobdsl.dsl.DslFactory.job-steps-virtualenv), which however need  ShiningPanda plugin installed.

> Use virtualenv in Performance test for dependency management
> ------------------------------------------------------------
>
>                 Key: BEAM-2496
>                 URL: https://issues.apache.org/jira/browse/BEAM-2496
>             Project: Beam
>          Issue Type: Improvement
>          Components: testing
>            Reporter: Mark Liu
>            Assignee: Mark Liu
>
> Currently, we directly install required python packages on Jenkins executors in performance test , which will cause problem if new version of a package is required, or previous test mess up with the environment.
> We should use virtualenv or similar tools to manage the requirement packages to build a clean environment with no leftover after whole test is finished.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)