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:50:00 UTC

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

Mark Liu created BEAM-2496:
------------------------------

             Summary: 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)