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

nlu90 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 7927299  add downloader-core filegroup (#3439)
7927299 is described below

commit 79272997a39086a5a78d9fea7450b9aa85272aa1
Author: Neng Lu <[email protected]>
AuthorDate: Fri Jan 31 10:57:50 2020 -0800

    add downloader-core filegroup (#3439)
    
    * add downloader-core filegroup
    
    * remove failing test
---
 heron/downloaders/src/java/BUILD                                   | 7 +++++++
 .../src/python/topology_test_runner/resources/test.json            | 7 -------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/heron/downloaders/src/java/BUILD b/heron/downloaders/src/java/BUILD
index 67a5cd7..865463f 100644
--- a/heron/downloaders/src/java/BUILD
+++ b/heron/downloaders/src/java/BUILD
@@ -27,6 +27,13 @@ filegroup(
   srcs = glob(["**/DownloadRunner.java"]),
 )
 
+filegroup(
+  name = "downloader-core",
+  srcs = glob(["**/Downloader.java",
+               "**/Extractor.java",
+               "**/Registry.java"])
+)
+
 java_binary(
   name = 'heron-downloader-unshaded',
   srcs = [":downloader-main"],
diff --git 
a/integration_test/src/python/topology_test_runner/resources/test.json 
b/integration_test/src/python/topology_test_runner/resources/test.json
index 3682aa1..b9b276d 100644
--- a/integration_test/src/python/topology_test_runner/resources/test.json
+++ b/integration_test/src/python/topology_test_runner/resources/test.json
@@ -47,13 +47,6 @@
       "restartArgs"  : "True",
       "expectedTopoResultRelativePath" : 
"fields_grouping/FieldsGroupingResults.json",
       "checkType" : "topology_structure"
-    },
-    {
-      "topologyName" : "IntegrationTopologyTest_StatefulBasicTopologyOneTask",
-      "classPath"    : 
"stateful_basic_topology_one_task.StatefulBasicTopologyOneTask",
-      "expectedTopoResultRelativePath" : 
"stateful_basic_topology_one_task/StatefulBasicTopologyOneTaskTopo.json",
-      "expectedStateResultRelativePath" : 
"stateful_basic_topology_one_task/StatefulBasicTopologyOneTaskState.json",
-      "checkType" : "checkpoint_state"
     }
   ]
 }

Reply via email to