You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/05/01 20:45:49 UTC

[incubator-openwhisk] branch master updated: Remove unused variable from cache concurrency tests (#3600)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4305360  Remove unused variable from cache concurrency tests (#3600)
4305360 is described below

commit 43053606b5d9a421ab40ceefc6435119353a8461
Author: James Dubee <jw...@us.ibm.com>
AuthorDate: Tue May 1 16:45:45 2018 -0400

    Remove unused variable from cache concurrency tests (#3600)
---
 .../src/test/scala/whisk/core/database/test/CacheConcurrencyTests.scala  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/src/test/scala/whisk/core/database/test/CacheConcurrencyTests.scala b/tests/src/test/scala/whisk/core/database/test/CacheConcurrencyTests.scala
index d2cac40..d2d61bb 100644
--- a/tests/src/test/scala/whisk/core/database/test/CacheConcurrencyTests.scala
+++ b/tests/src/test/scala/whisk/core/database/test/CacheConcurrencyTests.scala
@@ -72,7 +72,6 @@ class CacheConcurrencyTests extends FlatSpec with WskTestHelpers with BeforeAndA
 
   for (n <- 1 to nExternalIters)
     "the cache" should s"support concurrent CRUD without bogus residual cache entries, iter ${n}" in {
-      val scriptPath = TestUtils.getTestActionFilename("CacheConcurrencyTests.sh")
       val actionFile = TestUtils.getTestActionFilename("empty.js")
 
       run("create") { name =>

-- 
To stop receiving notification emails like this one, please contact
rabbah@apache.org.