You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/11/15 17:34:24 UTC

[incubator-openwhisk-cli] 13/16: Completely settle throttle after the API GW test suite is run (#2963)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git

commit 196ad407b2b4aed8cdcfa62f3af09e170bb1075c
Author: Mark Deuser <md...@us.ibm.com>
AuthorDate: Mon Nov 13 12:38:58 2017 -0500

    Completely settle throttle after the API GW test suite is run (#2963)
---
 tests/src/test/scala/whisk/core/cli/test/BaseApiGwTests.scala | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/src/test/scala/whisk/core/cli/test/BaseApiGwTests.scala b/tests/src/test/scala/whisk/core/cli/test/BaseApiGwTests.scala
index f55ab79..9337e26 100644
--- a/tests/src/test/scala/whisk/core/cli/test/BaseApiGwTests.scala
+++ b/tests/src/test/scala/whisk/core/cli/test/BaseApiGwTests.scala
@@ -108,7 +108,7 @@ abstract class BaseApiGwTests extends TestHelpers with WskTestHelpers with Befor
    */
   override def afterAll() = {
     // Check and settle the throttle so that this test won't cause issues with and follow on tests
-    checkThrottle(30)
+    checkThrottle(1)
   }
 
   def apiCreate(basepath: Option[String] = None,
@@ -122,9 +122,7 @@ abstract class BaseApiGwTests extends TestHelpers with WskTestHelpers with Befor
                 cliCfgFile: Option[String] = Some(cliWskPropsFile.getCanonicalPath()))(
     implicit wskpropsOverride: WskProps): RunResult = {
 
-    println("parmssss is fdasdadasdddddddddsfsd")
     checkThrottle()
-    println("create is fdasdadasdddddddddsfsd")
     wsk.api.create(basepath, relpath, operation, action, apiname, swagger, responsetype, expectedExitCode, cliCfgFile)(
       wskpropsOverride)
   }

-- 
To stop receiving notification emails like this one, please contact
"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>.