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 <[email protected]>
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
[email protected].

Reply via email to