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


With regards,
Apache Git Services

Reply via email to