This is an automated email from the ASF dual-hosted git repository.
snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
from 1156801bc NUTCH-3040 Upgrade to Hadoop 3.4.2 (#866)
add f43ff78bf fix for NUTCH-2671 contributed by igiguere. Also fixes
NUTCH-3128, NUTCH-3125
new f65371d1a Merge pull request #870 from igiguere/NUTCH-2971
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build.xml | 4 +
ivy/ivy.xml | 7 -
src/plugin/build-plugin.xml | 3 +
.../protocol/http/TestProtocolHttpByProxy.java | 26 +-
.../nutch/crawl/CrawlDbUpdateTestDriver.java | 120 ------
.../org/apache/nutch/crawl/TestCrawlDbStates.java | 30 +-
.../apache/nutch/indexer/TestIndexerMapReduce.java | 37 +-
.../apache/nutch/util/ReducerContextWrapper.java | 407 +++++++++++++++++++++
8 files changed, 483 insertions(+), 151 deletions(-)
delete mode 100644 src/test/org/apache/nutch/crawl/CrawlDbUpdateTestDriver.java
create mode 100644 src/test/org/apache/nutch/util/ReducerContextWrapper.java