Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 7927299

Browse files
author
Neng Lu
authored
add downloader-core filegroup (#3439)
* add downloader-core filegroup * remove failing test
1 parent 91dbabf commit 7927299

File tree

2 files changed

+7
-7
lines changed
  • heron/downloaders/src/java
  • integration_test/src/python/topology_test_runner/resources

2 files changed

+7
-7
lines changed

heron/downloaders/src/java/BUILD

+7
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ filegroup(
2727
srcs = glob(["**/DownloadRunner.java"]),
2828
)
2929

30+
filegroup(
31+
name = "downloader-core",
32+
srcs = glob(["**/Downloader.java",
33+
"**/Extractor.java",
34+
"**/Registry.java"])
35+
)
36+
3037
java_binary(
3138
name = 'heron-downloader-unshaded',
3239
srcs = [":downloader-main"],

integration_test/src/python/topology_test_runner/resources/test.json

-7
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@
4747
"restartArgs" : "True",
4848
"expectedTopoResultRelativePath" : "fields_grouping/FieldsGroupingResults.json",
4949
"checkType" : "topology_structure"
50-
},
51-
{
52-
"topologyName" : "IntegrationTopologyTest_StatefulBasicTopologyOneTask",
53-
"classPath" : "stateful_basic_topology_one_task.StatefulBasicTopologyOneTask",
54-
"expectedTopoResultRelativePath" : "stateful_basic_topology_one_task/StatefulBasicTopologyOneTaskTopo.json",
55-
"expectedStateResultRelativePath" : "stateful_basic_topology_one_task/StatefulBasicTopologyOneTaskState.json",
56-
"checkType" : "checkpoint_state"
5750
}
5851
]
5952
}

0 commit comments

Comments
 (0)