[
https://issues.apache.org/jira/browse/ARROW-14452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benson Muite updated ARROW-14452:
---------------------------------
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|https://docs.npmjs.com/cli/v7/commands], and the
[npm-run-all|https://github.com/mysticatea/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. (was: 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.)
> [Release][JS] Update Javascript testing
> ---------------------------------------
>
> Key: ARROW-14452
> URL: https://issues.apache.org/jira/browse/ARROW-14452
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Developer Tools, JavaScript
> Reporter: Benson Muite
> Assignee: Benson Muite
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> 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|https://docs.npmjs.com/cli/v7/commands], and the
> [npm-run-all|https://github.com/mysticatea/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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)