A Dockerized version of the Archival Acid Test: http://acid.matkelly.com/
2.0K
An acid test suite for web archives.
The idea would be to run a workflow along these lines:
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).
This is a simple Java web application that serves simple static resources of various kinds.
This is a simple test system that shows how to file up the test server and request resources.
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.
Content type
Image
Digest
Size
134.3 MB
Last updated
over 9 years ago
docker pull ukwa/archival-acid-test