merrimanr commented on a change in pull request #1351: METRON-2026: Remove
Storm dependency from metron-common
URL: https://github.com/apache/metron/pull/1351#discussion_r275405724
##########
File path:
metron-platform/metron-common-streaming/metron-common-storm/src/test/java/org/apache/metron/storm/common/bolt/ConfiguredEnrichmentBoltTest.java
##########
@@ -64,15 +64,15 @@ public void reloadCallback(String name, ConfigurationType
type) {
public void setupConfiguration() throws Exception {
TestingServer testZkServer = new TestingServer(true);
this.zookeeperUrl = testZkServer.getConnectString();
- byte[] globalConfig =
ConfigurationsUtils.readGlobalConfigFromFile(TestConstants.SAMPLE_CONFIG_PATH);
+ byte[] globalConfig = ConfigurationsUtils.readGlobalConfigFromFile("../" +
TestConstants.SAMPLE_CONFIG_PATH);
Review comment:
Done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services