This is an automated email from the ASF dual-hosted git repository.
sebastian-nagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
from fba8bc509 Merge pull request #916 from
apache/infrastructure-ruleset-bot/default-branch-protection
add 0c4f51d83 NUTCH-3164 Catch specific exceptions in CrawlDbFilter so
plugin errors no longer silently drop URLs
add fc26180cc NUTCH-3164 Added Unit Test case
new 8fc57d98c Merge pull request #918 from prakharchaube/NUTCH-3164
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:
src/java/org/apache/nutch/crawl/CrawlDbFilter.java | 35 ++++-
.../crawl/TestCrawlDbFilterExceptionHandling.java | 167 +++++++++++++++++++++
2 files changed, 196 insertions(+), 6 deletions(-)
create mode 100644
src/test/org/apache/nutch/crawl/TestCrawlDbFilterExceptionHandling.java