igiguere opened a new pull request, #870: URL: https://github.com/apache/nutch/pull/870
Fix for NUTCH-2671 contributed by igiguere. Also fixes NUTCH-3128, NUTCH-3125 This PR removes the dependency on MRunit. Adding class ReducerContextWrapper to supply a minimal Context for testing, and using this class to replace the use of MRunit. Removing class CrawlDbUpdateTestDriver, since only one test used it, and that test is now updated to use the new ReducerContextWrapper. Unrelated improvements: * adding an Ant target to get the dependency tree of test projects * in TestProtocolHttpByProxy, look for an available port to start the proxy server All unit tests pass locally: * ant clean compile test * ant test-full -Dtestcase=TestSegmentMerger * ant test-full -Dtestcase=TestSegmentMergerCrawlDatums -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]

