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/09/05 16:52:32 UTC

[incubator-openwhisk-package-kafka] branch master updated: new task to only test message hub package (#282)

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 0a61baf  new task to only test message hub package (#282)
0a61baf is described below

commit 0a61baf9b46ce970b4b1348fceb06dc29e21f958
Author: Adnan Baruni <ab...@users.noreply.github.com>
AuthorDate: Wed Sep 5 11:52:30 2018 -0500

    new task to only test message hub package (#282)
---
 tests/build.gradle | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/tests/build.gradle b/tests/build.gradle
index 2d217ce..b195863 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -52,6 +52,16 @@ task testNoHealth(type: Test) {
   exclude 'system/packages/MessagingServiceTests.class'
 }
 
+task testMessageHub(type: Test) {
+  configure commonConfiguration
+  exclude 'system/stress/**'
+  exclude 'system/health/**'
+  exclude 'system/packages/MessagingServiceTests.class'
+  exclude 'system/packages/KafkaFeedTests.class'
+  exclude 'system/packages/KafkaFeedWebTests.class'
+  exclude 'system/packages/KafkaProduceTests.class'
+}
+
 dependencies {
   compile "org.scala-lang:scala-library:${gradle.scala.version}"
   compile 'com.ibm.messagehub:messagehub.login:1.0.0'