Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/202#discussion_r72628148
--- Diff:
metron-platform/metron-parsers/src/test/java/org/apache/metron/parsers/SampleGrokParserTest.java
---
@@ -55,12 +57,11 @@
@Multiline
public String expectedParsedString;
- public String getExpectedParsedString() {
- return expectedParsedString;
- }
- public String getRawMessage() {
- return "1453994987000|2016-01-28 15:29:48| 0.000| 0.000| 6|
216.21.170.221| 80|
10.0.2.15|39468| AS| 0| 0| 0|22efa001|00000000|000|000|
1| 44| 0| 0| 0|idle";
+ @Override
+ public Map getTestData() {
+ return new HashMap<String,String>();
+ //return "1453994987000|2016-01-28 15:29:48| 0.000| 0.000| 6|
216.21.170.221| 80|
10.0.2.15|39468| AS| 0| 0| 0|22efa001|00000000|000|000|
1| 44| 0| 0| 0|idle";
--- End diff --
Is the commented code still needed?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---