Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
The release testing and verification script at https://github.com/apache/arrow/blob/master/dev/release/verify-release-candidate.sh uses an older version of the npm install script. The testing command may also fail to complete correctly on some platforms because the commands are all on one line. In particular, node default installation may not contain run-s see npm cli, and the npm-run-all package would need to be added or the commands split into three separate lines. If the verifier passes on their own npm installation with npm-run-all installed, then tests should pass.
Attachments
Issue Links
- links to