chetanmeh commented on issue #3517: MemoryArtifactStore for unit testing and 
ArtifactStore SPI Validation
URL: 
https://github.com/apache/incubator-openwhisk/pull/3517#issuecomment-381031566
 
 
   @rabbah  Currently there is a ignored test `count with skip` in 
`ArtifactStoreQueryBehaviors` as it fails for CouchDB. Looks like a count call 
with skip does not work as intended so that flow does not work
   
   ```
   $ curl -H 'Host: localhost:5984' -H 'Authorization: Basic 
d2hpc2tfYWRtaW46c29tZV9wYXNzdzByZA==' -H 'Accept: application/json' -H 
'User-Agent: akka-http/10.0.10' 
'http://localhost:5984/whisk_local_activations/_design/whisks-filters.v2.1.0/_view/activations?startkey=%5B%22artifactTCK_aAAS_ns_zKXPz/testact%22,0%5D&endkey=%5B%22artifactTCK_aAAS_ns_zKXPz/testact%22,%22%EF%BF%B0%22,%22%EF%BF%B0%22%5D&skip=4&reduce=true'
   {"rows":[
   
   ]}
   ```
   
   In above curl for same setup if I remove `skip=4` I get following response 
   
   ```
   {"rows":[
   {"key":null,"value":10}
   ]}
   ```
   
   Should I create separate issue to track this?

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