Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/363#discussion_r88908061
--- Diff:
metron-platform/metron-enrichment/src/test/java/org/apache/metron/enrichment/integration/EnrichmentIntegrationTest.java
---
@@ -196,6 +201,15 @@ public static void validateAll(List<Map<String,
Object>> docs) {
}
}
+ protected void validateErrors(List<byte[]> inputMessages,
KafkaWithZKComponent kafkaComponent) {
--- End diff --
I changed getProcessor() to attempt to read the ERROR and INVALID streams
from Kafka already in a past PR to improve integration test error handling. If
they need to read from the bolts that you have, maybe you can change it there,
and then pass the results into here and not have to read them
---
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.
---