Just a comment on this ( sorry it is late, I’m on jury duty ), but I did a lot of work on the integration test stuff, with the runners and all, but did not change anything wrt to integration tests.
I did see a lot of variance with the tests specifically in travis, due to different latencies with expected items returning from kafka vs. the way the test was written to expect them ( in other tests ). Something to keep in mind. On January 17, 2017 at 11:11:53, cestella ([email protected]) wrote: Github user cestella commented on the issue: https://github.com/apache/incubator-metron/pull/418 So, one comment here for posterity and to make sure we're all on the same page. This error started happening yesterday to my PR (#417). Here's what happened: * @mmiklavc asked for a doc change to a `README.md` * Upon that commit, the SolrIntegrationTest failed because it timed out. * I ran it 5 times in succession locally and noted that the total time was around the same as historically (32 - 35 minutes) * Meanwhile, I updated the test to be a bit more permissive timeout-wise for the IndexingIntegrationTests I concluded that it was travis latency based on: * It is sporadic on travis but not locally * Performance regressions did not appear locally * It appeared suddenly on #417 after a no-code-change commit. Just pointing out when I noticed this and some context. --- 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. ---
