rabbah opened a new issue #3845: WskRestOperation does not properly set the exec kind even when one is specified URL: https://github.com/apache/incubator-openwhisk/issues/3845 The way the `create` is implemented, it will ignore an explicitly defined `kind` when it cannot infer it in the presence of a file artifact: https://github.com/apache/incubator-openwhisk/blob/3ab604c167ac5bec76c756e3e76473863eb0a25d/tests/src/test/scala/common/rest/WskRestOperations.scala#L317 This is wrong - the provided kind should take precedence.
---------------------------------------------------------------- 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] With regards, Apache Git Services
