Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • These python scripts - fcrepo-testing - can be used to load RDF content and binary content to a Fedora repository and verify the integrity of the loaded resources.  Output from the load process can be used to verify the integrity of a 'restored' repository.  See the README for more info.
  • This script can be used to walk your repository, failing if a non-success response is encountered.

 

Tested byPlatform

Container

(Tomcat/Jetty)

Database

Backend

From Fedora
Version

To Fedora
Version

Number of

RDF Resources

Number of

Binaries

Size of Backup (du -h .)Success?Notes                  
LinuxTomcat (7.0.72)Postgres (9.4)4.6.14.7.1-RC1461,5681,67148G(tick) 
MacJetty (Standalone) 4.7.1-RC125,6000 (tick) 
MacJetty (Standalone) 4.7.1-RC14.7.1-RC112,80012,80013GB(tick) 

NB: "Success" is measured not by receiving a "204 No Content" message after the 'fcr:restore' command, but by performing a GET on every resource in the repository and receiving "200 OK" messages.

Multi-thread Tests

These tests are designed to ensure the integrity of the repository when loading content in a multi-threaded fashion.  Testing for repository corruption should entail confirming the successful load of resources, the successful fetching of resources, and the successful deletion of resources. Prior to 4.6.1, these tests would result in repository corruption.

Resources

  • These python scripts - fcrepo-testing - can be used to load RDF content and binary content to a Fedora repository and verify the integrity of the loaded resources.  See the README for more info.

 

Tested byPlatform

Container

(Tomcat/Jetty)

Database

Backend

Number of

Threads

Number of

RDF Resources

Number of

Binaries

Success? RC-1Notes                  
MacJetty (Standalone) 212,80012,799(tick)Tried to load 12,800 binary resources, but 1 binary resource resulted in a 4xx error during load.  This was a failed ingest so in the end the successful 201s matched the 200s during verification.
 MacJetty (Standalone) 812,80012,706(tick)Tried to load 12,800 binary resources, but 94 binary resources resulted in 500 errors during load.  These were failed ingests so in the end the successful 201s matched the 200s during verification.
 MacJetty (Standalone) 825,6000(tick) 

NB: "Success" is measured by receiving all 200s when performing a GET on each loaded resource, and all 204s when finally deleting the content.

Vagrant Tests

Code Block
vagrant destroy
vagrant up

...