@@ -53,7 +53,6 @@ def systemIncludes = [
5353 " org/apache/openwhisk/core/apigw/actions/test/**" ,
5454 " org/apache/openwhisk/core/database/test/*CacheConcurrencyTests*" ,
5555 " org/apache/openwhisk/core/controller/test/*ControllerApiTests*" ,
56- " org/apache/openwhisk/core/scheduler/queue/test/ElasticSearchDurationCheck*" ,
5756 " apigw/healthtests/**" ,
5857 " ha/**" ,
5958 " services/**" ,
@@ -72,7 +71,7 @@ ext.testSets = [
7271 " org/apache/openwhisk/standalone/**" ,
7372 " org/apache/openwhisk/core/cli/test/**" ,
7473 " org/apache/openwhisk/core/limits/**" ,
75- " org/apache/openwhisk/core/scheduler/queue/test/ElasticSearchDurationCheck *" ,
74+ " org/apache/openwhisk/core/scheduler/* *" ,
7675 " org/apache/openwhisk/common/etcd/**" ,
7776 " **/*CacheConcurrencyTests*" ,
7877 " **/*ControllerApiTests*" ,
@@ -87,6 +86,12 @@ ext.testSets = [
8786 ' invokerShoot/**'
8887 ]
8988 ],
89+ " REQUIRE_SCHEDULER" : [
90+ " includes" : [
91+ " org/apache/openwhisk/common/etcd/**" ,
92+ " org/apache/openwhisk/core/scheduler/**" ,
93+ ]
94+ ],
9095 " REQUIRE_MULTI_RUNTIME" : [
9196 " includes" : [
9297 " system/basic/*MultiRuntimeTests*" ,
@@ -198,14 +203,6 @@ task testUnit(type: Test) {
198203 exclude couchDbExcludes
199204}
200205
201- task testUnitEtcd (type : Test ) {
202- def etcdUnitIncludes = [
203- " org/apache/openwhisk/common/etcd/**"
204- ]
205-
206- include etcdUnitIncludes
207- }
208-
209206dependencies {
210207 compile " org.scala-lang:scala-library:${ gradle.scala.version} "
211208 compile " org.apache.commons:commons-lang3:3.3.2"
0 commit comments