[
https://issues.apache.org/jira/browse/ARROW-14452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krisztian Szucs updated ARROW-14452:
------------------------------------
Fix Version/s: 7.0.0
(was: 6.0.0)
> [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
> Fix For: 7.0.0
>
> Time Spent: 3h 40m
> 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.20.1#820001)