You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2018/08/24 16:13:29 UTC

[incubator-openwhisk-package-kafka] branch master updated: ignore multi workers tests (#280)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6189386  ignore multi workers tests (#280)
6189386 is described below

commit 6189386616b0f6e3d921a3c2a452f44f2189da4e
Author: Adnan Baruni <ab...@users.noreply.github.com>
AuthorDate: Fri Aug 24 11:13:27 2018 -0500

    ignore multi workers tests (#280)
---
 .../test/scala/system/packages/MessageHubMultiWorkersTest.scala   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/src/test/scala/system/packages/MessageHubMultiWorkersTest.scala b/tests/src/test/scala/system/packages/MessageHubMultiWorkersTest.scala
index 20caa7a..386ead9 100644
--- a/tests/src/test/scala/system/packages/MessageHubMultiWorkersTest.scala
+++ b/tests/src/test/scala/system/packages/MessageHubMultiWorkersTest.scala
@@ -73,7 +73,7 @@ class MessageHubMultiWorkersTest extends FlatSpec
 
   behavior of "Mussage Hub Feed"
 
-  it should "assign two triggers to same worker when only worker0 is available" in withAssetCleaner(wskprops) {
+  ignore should "assign two triggers to same worker when only worker0 is available" in withAssetCleaner(wskprops) {
 
     (wp, assetHelper) =>
       val firstTrigger = s"firstTrigger-${System.currentTimeMillis()}"
@@ -96,7 +96,7 @@ class MessageHubMultiWorkersTest extends FlatSpec
       })
   }
 
-  it should "assign a trigger to worker0 and a trigger to worker1 when both workers are available" in withAssetCleaner(wskprops) {
+  ignore should "assign a trigger to worker0 and a trigger to worker1 when both workers are available" in withAssetCleaner(wskprops) {
 
     (wp, assetHelper) =>
       val firstTrigger = s"firstTrigger-${System.currentTimeMillis()}"
@@ -120,7 +120,7 @@ class MessageHubMultiWorkersTest extends FlatSpec
       })
   }
 
-  it should "assign a trigger to worker1 when worker0 is removed and there is an assignment imbalance" in withAssetCleaner(wskprops) {
+  ignore should "assign a trigger to worker1 when worker0 is removed and there is an assignment imbalance" in withAssetCleaner(wskprops) {
 
     (wp, assetHelper) =>
       val firstTrigger = s"firstTrigger-${System.currentTimeMillis()}"
@@ -150,7 +150,7 @@ class MessageHubMultiWorkersTest extends FlatSpec
       })
   }
 
-  it should "balance the load accross workers when a worker is added" in withAssetCleaner(wskprops) {
+  ignore should "balance the load accross workers when a worker is added" in withAssetCleaner(wskprops) {
 
     (wp, assetHelper) =>
       val firstTrigger = s"firstTrigger-${System.currentTimeMillis()}"