houshengbo opened a new issue #3178: Gradle tests updating the runtime dependencies URL: https://github.com/apache/incubator-openwhisk/issues/3178 When we run the tests by the command: ./gradlew tests:test, gradle will verify and update the dependencies. We should not do this, since tests would not make any sense, if they are able to modify our deployment. https://github.com/apache/incubator-openwhisk/blob/master/tests/build.gradle#L41: ``` test.dependsOn([ ':actionRuntimes:nodejs6Action:distDocker', ':actionRuntimes:actionProxy:distDocker', ':actionRuntimes:pythonAction:distDocker', ':actionRuntimes:python2Action:distDocker', ':actionRuntimes:javaAction:distDocker', ':actionRuntimes:swift3.1.1Action:distDocker', ':sdk:docker:distDocker', ':tests:dat:blackbox:badaction:distDocker', ':tests:dat:blackbox:badproxy:distDocker' ]) ```
---------------------------------------------------------------- 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
