mirror of
https://github.com/apache/impala.git
synced 2026-01-06 06:01:03 -05:00
The tests were doing unnecessary things. One such thing that stopped working with the virtualenv patch was searching for the shell process to get the pid. The search was never needed since the process was spawned with Popen which provides the pid directly. Change-Id: I2455e58de4fdba8fd2770f0489fac8cddf6b90a0 Reviewed-on: http://gerrit.cloudera.org:8080/555 Reviewed-by: Casey Ching <casey@cloudera.com> Tested-by: Internal Jenkins