Daniel Dai created PIG-3752:
-------------------------------
Summary: Fix e2e Parallel test for Windows
Key: PIG-3752
URL: https://issues.apache.org/jira/browse/PIG-3752
Project: Pig
Issue Type: Bug
Components: e2e harness
Reporter: Daniel Dai
Assignee: Daniel Dai
Fix For: 0.13.0
Parallel e2e test does not work for Windows (either activePerl or
strawberryPerl). This is because IPC::Run module has limitation under Win32
(http://search.cpan.org/~toddr/IPC-Run-0.92/lib/IPC/Run.pm#Win32_LIMITATIONS).
It will run into crash or deadlock. Fortunately cygwin perl does not use Win32
subsystem, and it does not have this issue. So we want to solve this by using
cygwin perl.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)