ukwa / acid-crawl

An acid test suite for crawlers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acid-crawl

An acid test suite for web archives.

The idea would be to run a workflow along these lines:

  • Spin up a Python server with test files and behaviour.
    • Big files, little files, embeds, javascript tests, dodgy server behaviour, etc. etc.
  • Spin up a warcprox proxy to record what happens.
  • Unpack and configure Heritrix3 with a sample job configuration that tests all modules of interest.
  • Start up Heritrix (via it's API) and get it crawling the test site.
  • Perform various standard operations, like pausing and checkpointing, resuming from a checkpoint etc.
  • At the end, check the logs are sane, check the output has what is expected in it.
  • Use the warcprox recordings to cross-check the WARC contents from Heritrix3.

This repo is intended to provide docker images containing servers that deliver the test resources, and the expected results. The testing processes will be elsewhere (for now at least).

Cases

Components

acid-simple-resources

This is a simple Java web application that serves simple static resources of various kinds.

acid-crawl-selftest

This is a simple test system that shows how to file up the test server and request resources.

Simulating Bad Servers

Some work done on the idea of simulating a very badly behaved server.

Original idea was to proxy some requests to cynic in order to test crawler behaviour under bad server behaviour. Unfortunately, cynic depends on select.poll() functionality that does not work under OS X. Cynic uses watched files to implement the server sockets, spawning child processes per request, and so it is difficult to disentangle things.

pip install bottle cynic wsgiproxy

Alternatively, the hamms package offers similar functionality and may be simpler to use.

About

An acid test suite for crawlers.


Languages

Language:PHP 93.2%Language:TeX 4.7%Language:HTML 1.1%Language:JavaScript 0.8%Language:Python 0.2%Language:Dockerfile 0.0%Language:CSS 0.0%