You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/28 08:52:42 UTC

[GitHub] daisy-ycguo commented on issue #391: Wskdeploy sometimes tries to create sequence before action

daisy-ycguo commented on issue #391: Wskdeploy sometimes tries to create sequence before action
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/391#issuecomment-325298401
 
 
   I think it should be a bug, although I didn't find the root cause yet. Look at printed help message when deploying this package,`process-change-cloudant-sequence` is displayed as an `action`, not `sequence`. It's a very rare error. Thank you for reporting, @zachschultz .
   
   ```
   Packages:
   Name: cloudant-trigger
       bindings: 
     * dependency: openwhisk-cloudant
       location: /whisk.system/cloudant
   
     * action: process-change
       bindings: 
       annotations: 
     * action: process-change-cloudant-sequence
       bindings: 
       annotations: 
   
   
   Triggers:
   * trigger: data-inserted-trigger
       bindings: 
           - dbname : ""
       annotations: 
           - name: feed value: openwhisk-cloudant/changes
   
    Rules
   * rule: log-change-rule
       - trigger: data-inserted-trigger
       - action: cloudant-trigger/process-change-cloudant-sequence
   
   Do you really want to deploy this? (y/N): 
   ```
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services