chetanmeh opened a new pull request #3282: Disable createKeystore if test 
execution is disabled
URL: https://github.com/apache/incubator-openwhisk/pull/3282
 
 
   Currently the `createKeystore` in tests is linked with `compileTestScala`. 
This poses problem in cases where the build is triggered with test execution 
disabled.
   
   ```
   * What went wrong:
   Execution failed for task ':tests:createKeystore'.
   > java.io.FileNotFoundException: 
/path/to/openwhisk/openwhisk/whisk.properties (No such file or directory)
   ```
   This would the case for example just to install the test artifacts to Mongo 
repository and where whisk.properties is yet not generated.
   
   As a fix we should disable this task if `test` is disabled

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to