You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/21 21:27:08 UTC

[GitHub] asteed opened a new issue #4130: Inconsistent error when retrieving a package bound to deleted package

asteed opened a new issue #4130: Inconsistent error when retrieving a package bound to deleted package
URL: https://github.com/apache/incubator-openwhisk/issues/4130
 
 
   <!--
   We use the issue tracker for bugs and feature requests. For general questions and discussion please use http://slack.openwhisk.org/ or https://openwhisk.apache.org/contact.html instead.
   
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include the
   information shown below.
   
   If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   ## Environment details:
   
   * local ansible deployment
   * version of docker, vagrant, ubuntu, ...
   ```
   → docker -v
   Docker version 18.06.1-ce, build e68fc7a
   → docker-compose -v
   docker-compose version 1.15.0, build e12f3b9
   → uname -a
   Linux blob 4.10.0-38-generic #42~16.04.1-Ubuntu SMP Tue Oct 10 16:32:20 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
   ```
   ## Steps to reproduce the issue:
   
   1.   Create package `p`
   ```
   wsk package create p
   ```
   2. Create package with binding `b` to package `p`
   ```
   wsk package bind p b
   ```
   3. Delete package `p`
   ```
   wsk package delete p
   ```
   4. Get package with binding `b`
   ```
   wsk package get b
   ```
   
   ## Provide the expected results and outputs:
   
   ```
   $ wsk package get b
   error: Unable to get package 'b': Binding references a package that does not exist. (code OTmOOcCT5v8luUz68hlVb8DDPpVHpGya)
   ```
   
   
   ## Provide the actual results and outputs:
   
   ```
   $ wsk package get b
   error: Unable to get package 'b': The requested resource 'guest/b' does not exist. (code OTmOOcCT5v8luUz68hlVb8DDPpVHpGya)
   ```
   
   ## Additional information you deem important:
   * issue happens only occasionally or under certain circumstances   
   * changes you did or observed in the environment
   

----------------------------------------------------------------
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