[
https://issues.apache.org/jira/browse/ARROW-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16399909#comment-16399909
]
ASF GitHub Bot commented on ARROW-2312:
---------------------------------------
wesm closed pull request #1751: ARROW-2312: [JS] run test_js before
test_integration
URL: https://github.com/apache/arrow/pull/1751
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/dev/release/verify-release-candidate.sh
b/dev/release/verify-release-candidate.sh
index cb9b01b37..0b278e7cf 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -246,12 +246,11 @@ cd ${DIST_NAME}
test_package_java
setup_miniconda
test_and_install_cpp
+test_js
test_integration
test_glib
install_parquet_cpp
test_python
-test_js
-
echo 'Release candidate looks good!'
exit 0
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [JS] verify-release-candidate-sh must be updated to include JS in integration
> tests
> -----------------------------------------------------------------------------------
>
> Key: ARROW-2312
> URL: https://issues.apache.org/jira/browse/ARROW-2312
> Project: Apache Arrow
> Issue Type: Bug
> Components: JavaScript
> Reporter: Wes McKinney
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> I was unable to run verify-release-candidate.sh when working on the first
> iteration of the 0.9.0 release.
> JavaScript was added to the integration tests, but the verification script
> has not been updated yet
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)