Bipin Prasad created STORM-3823:
-----------------------------------
Summary: Release Prep fails in
storm-client/test/py/test_storm_cli.py
Key: STORM-3823
URL: https://issues.apache.org/jira/browse/STORM-3823
Project: Apache Storm
Issue Type: Bug
Affects Versions: 2.3.0
Reporter: Bipin Prasad
Assignee: Bipin Prasad
When running the release preparation script via:
*mvn release:prepare -P dist,rat,externals,examples*
the python test script *storm-client/test/py/test_storm_cli.py* fails because
the command generated by storm.py is slightly different than what the test
script expects.
In particular, directories are added to java classpath with a "/*". This is
correct.
However, the test script does not expect this.
Fix the test script storm-client/test/py/test_storm_cli.py to append "/*" to
directories that contain jar files.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)