rabbah commented on a change in pull request #3950: Extend system testsuite
URL: 
https://github.com/apache/incubator-openwhisk/pull/3950#discussion_r209888577
 
 

 ##########
 File path: tests/src/test/scala/common/WskCliOperations.scala
 ##########
 @@ -480,12 +480,14 @@ class CliActivationOperations(val wsk: RunCliCmd) 
extends ActivationOperations w
    * @param filter (optional) if define, must be a simple entity name
    * @param limit (optional) the maximum number of activation to return
    * @param since (optional) only the activations since this timestamp are 
included
+   * @param skip (optional) the number of activations to skip
    * @param expectedExitCode (optional) the expected exit code for the command
    * if the code is anything but DONTCARE_EXIT, assert the code is as expected
    */
   def list(filter: Option[String] = None,
            limit: Option[Int] = None,
            since: Option[Instant] = None,
+           skip: Option[Int] = Some(0),
 
 Review comment:
   
   Default to none instead of 0?

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

Reply via email to