bipinprasad commented on a change in pull request #3442: URL: https://github.com/apache/storm/pull/3442#discussion_r812436255
########## File path: storm-client/test/py/test_storm_cli.py ########## @@ -93,7 +93,7 @@ def test_localconfvalue_command(self): self.base_test( ["storm", "localconfvalue", "conf_name"], self.mock_popen, mock.call([ self.java_cmd, '-client', '-Dstorm.options=', - '-Dstorm.conf.file=', '-cp', self.storm_dir + '/*:' + self.storm_dir + '/lib:' + self.storm_dir +'/extlib:' + self.storm_dir + '/extlib-daemon:' + self.storm_dir + '/conf', + '-Dstorm.conf.file=', '-cp', self.storm_dir + '/*:' + self.storm_dir + '/lib/*:' + self.storm_dir +'/extlib:' + self.storm_dir + '/extlib-daemon:' + self.storm_dir + '/conf', Review comment: All directories with jars should show in classpath with "/*". I will raise a separate Jira to check if storm.py is doing it and then also fix this test_storm_cli.py. The test seems to succeed with just this change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org