Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/657
@mmiklavc I dunno, Mike. That is not working for me. I removed all the
changes I made and just added the `reset` to `setUp()` and the
`shouldDebugWriteOperation` fails consistently.
Feel free to open a separate PR with your fix. Maybe I did something wrong.
```
org.mockito.exceptions.verification.TooManyActualInvocations:
logger.debug(
<Capturing argument>,
<Capturing argument>,
<Capturing argument>,
<Capturing argument>
);
Wanted 1 time:
-> at
org.apache.metron.writers.SimpleHBaseEnrichmentWriterLoggingTest.shouldDebugWriteOperation(SimpleHBaseEnrichmentWriterLoggingTest.java:139)
But was 3 times. Undesired invocation:
-> at
org.apache.metron.enrichment.writer.SimpleHbaseEnrichmentWriter.getTransformer(SimpleHbaseEnrichmentWriter.java:223)
```
---
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.
---