Versions Compared

Key

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

...

DatabasePlatformTested bySuccess?Notes
MySQL5.5.387.17(tick)

 

PostgreSQL9.3.15

 

fcr:backup/fcr:restore Functionality

...

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 8.0.37MySQL Ver 14.14 Distrib 5.7.16174.6.24.6.223234100010035MUsed LUBM_02 datasetLinuxTomcat 8.0.37MySQL Ver 14.14 Distrib 5.7.164.6.24.7.023234035MUsed LUBM_02 datasetDockerTomcat 7.0.69Postgres (9.4)4.6.24.6.2512512  LinuxTomcat (7.0.72)Postgres (9.4)4.6.24.6.251200192K MacJetty (Standalone) 4.6.2255930 DockerTomcat 7.0.69Postgres (9.4)4.6.24.6.2256000  55M(tick)Used plantpatents dataset

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.2, these tests would result in repository corruption.

...

  • 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.

 

...

Container

(Tomcat/Jetty)

...

Database

Backend

...

Number of

Threads

...

Number of

RDF Resources

...

Number of

Binaries

...

...

...

...

...

NB: "Success" is measured by receiving all 201s when loading content, 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

...

Test stepsTested bySuccess?Notes

FEDORA_AUTH=true
FEDORA_AUDIT=true

(tick)Using: https://github.com/whikloj/fedora4-tests

FEDORA_AUTH=false
FEDORA_AUDIT=true

(tick)

Using: https://github.com/whikloj/fedora4-tests

FEDORA_AUTH=true
FEDORA_AUDIT=false

(tick)Using: https://github.com/whikloj/fedora4-tests

FEDORA_AUTH=false
FEDORA_AUDIT=false

(tick)Using: https://github.com/whikloj/fedora4-tests

...