upgle commented on a change in pull request #4986:
URL: https://github.com/apache/openwhisk/pull/4986#discussion_r629142272



##########
File path: tests/src/test/scala/common/rest/WskRestOperations.scala
##########
@@ -275,6 +275,7 @@ class RestActionOperations(implicit val actorSystem: 
ActorSystem)
     update: Boolean = false,
     web: Option[String] = None,
     websecure: Option[String] = None,
+    deleteOld: Boolean = true,

Review comment:
       - New options (deleteAll, deleteOld) need to be documented
   - Swagger JSON file need to be updated
   

##########
File path: tests/src/test/scala/system/basic/WskActionTests.scala
##########
@@ -51,6 +52,37 @@ class WskActionTests extends TestHelpers with WskTestHelpers 
with JsHelpers with
     }
   }
 
+  it should "save multi versions for an action and invoke them" in 
withAssetCleaner(wskprops) { (wp, assetHelper) =>

Review comment:
       👍 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to