You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/26 16:42:42 UTC

[GitHub] dubeejw commented on a change in pull request #186: automatically monitor and restore the health of the DB changes feed

dubeejw commented on a change in pull request #186: automatically monitor and restore the health of the DB changes feed
URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/186#discussion_r124052369
 
 

 ##########
 File path: tests/src/test/scala/system/health/BasicHealthTest.scala
 ##########
 @@ -69,8 +71,43 @@ class BasicHealthTest
 
     val kafkaUtils = new KafkaUtils
 
+    val getMessagingAddress =
+      if (System.getProperty("host") != "" && System.getProperty("port") != "") {
+        "http://" + System.getProperty("host") + ":" + System.getProperty("port")
+      }
+
     behavior of "Message Hub feed"
 
+    it should "create a new trigger" in withAssetCleaner(wskprops) {
 
 Review comment:
   Nice!
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services