Skip to content

Commit

Permalink
Removes test dependency towards removed /external module hbase
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Nov 16, 2023
1 parent 562b12a commit d5a90a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 131 deletions.
11 changes: 0 additions & 11 deletions flux/flux-core/src/test/java/org/apache/storm/flux/TCKTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,6 @@ public void testDiamondTopology() throws Exception {
topology.validate();
}


@Test
public void testHbase() throws Exception {
TopologyDef topologyDef = FluxParser.parseResource("/configs/simple_hbase.yaml", false, true, null, false);
Config conf = FluxBuilder.buildConfig(topologyDef);
ExecutionContext context = new ExecutionContext(topologyDef, conf);
StormTopology topology = FluxBuilder.buildTopology(context);
assertNotNull(topology);
topology.validate();
}

@Test
public void testBadHbase() throws Exception {
TopologyDef topologyDef = FluxParser.parseResource("/configs/bad_hbase.yaml", false, true, null, false);
Expand Down
120 changes: 0 additions & 120 deletions flux/flux-core/src/test/resources/configs/simple_hbase.yaml

This file was deleted.

0 comments on commit d5a90a3

Please sign in to comment.