Github user cestella commented on the issue:

    https://github.com/apache/incubator-metron/pull/453
  
    Based on this PR, what I'd probably do is:
    * Walk through setting up the CSV parser
    * Set up a field validation
    * Send valid data through, make sure it works and is in the index
    * Send data which is syntactically correct but fails validation verify that 
it handles that correctly
      * where does invalid data go in this new setup?  I notice some changes in 
that part of the code.
    * Send syntactically incorrect data through and verify that it fails that
      * send 4 messages through and verify nothing is written
      * send the 5th and verify that it is written and that the write configs 
are honored for indexing


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to