[
https://issues.apache.org/jira/browse/STORM-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15038119#comment-15038119
]
ASF GitHub Bot commented on STORM-1362:
---------------------------------------
GitHub user ashnazg opened a pull request:
https://github.com/apache/storm/pull/917
STORM-1362 Travis should run at least the multilang-test using Python2 and 3
Here's how I was able to get the multilang-test to be run separately with
python3 in travis.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ashnazg/storm python3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/917.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #917
----
commit 1d5a445c2d8245277c766f5dd8b6d54dc46a3042
Author: Chuck Burgess <[email protected]>
Date: 2015-12-03T17:06:00Z
add an execution of the multilang-test using python3;
----
> Travis should run at least the multilang-test using Python2 and 3
> -----------------------------------------------------------------
>
> Key: STORM-1362
> URL: https://issues.apache.org/jira/browse/STORM-1362
> Project: Apache Storm
> Issue Type: Improvement
> Reporter: Chuck Burgess
> Priority: Minor
>
> Adjust the Travis config to run the backtype.storm.multilang-test clj test
> against both Python 2.x and 3.x separately. Perhaps even consider testing
> against all the feature releases above a minimum 2.x version (e.g. 2.6, 2.7,
> ... 3.4, 3.5), assuming that only the multilang-test is what's being executed
> on each version.
> Once this testing scheme establishes which versions are usable, the Storm
> docs should be updated to reflect it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)