Versions Compared

Key

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

...

ProjectTested bySuccess? RC-1Notes
ActiveFedora(tick)
CurationConcerns 

*

 1 test failure, but same failure seen with 4.7.1 and 4.6.1
HyraxEsmé Cowles(tick)
Plum(tick) 
Sufia(tick) 

 

Islandora

 ProjectTested bySuccess? RC-1Notes
CLAW(tick) claw_vagrant 

Testing Plan

Code Block
git clone https://github.com/fcrepo4/fcrepo4
cd fcrepo4
git checkout 4.7.2-RC

...

CommandPlatform Tested bySuccess?  RC-1Notes
java -jar fcrepo-webapp-<version>-jetty-console.jar Linux

(tick)

(tick)

Ubuntu 16.10

Ubuntu 16.04

java -jar fcrepo-webapp-<version>-jetty-console.jarMac (tick)macOS 10.11.6

java -jar fcrepo-webapp-<version>-jetty-console.jar

Windows(tick) Windows 10

...

DatabasePlatformTested bySuccess? RC-1Notes
MySQL

5.6.34 MySQL Community Server (GPL) (rh-mysql56) on RHEL 7.317

Jim Coble 
PostgreSQLPostgres9.4 on Docker  
(tick)

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 (7.0.72)Postgres (9.4)4.6.14.7.2-RC1461,5681,67148G Tomcat8MySQL 14.14 Distrib 5.7.17MacJetty (Standalone) 4.7.2-RC14.7.2-RC125,6001000100 55G MacJetty (Standalone) 4.7.2-RC14.7.2-RC112,80012,80013GB 
MacJetty (Standalone) 4.7.2-RC14.7.2-RC112,80012,80013GB       
DockerTomcat7Postgres 9.44.7.2-RC14.7.2-RC125,60003.8M       
DockerTomcat7Postgres 9.44.7.2-RC14.7.2-RC1256025602.7G       
LinuxTomcat (7.0.72)Postgres 9.44.6.14.7.2-RC1461,5681,67148G       
(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.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.

 

...

Container

(Tomcat/Jetty)

...

Database

Backend

...

Number of

Threads

...

Number of

RDF Resources

...

Number of

Binaries

...

...

...

...

...

...

...

.

...

 

...

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

...

Test stepsTested bySuccess? RC-1Notes

FEDORA_AUTH=true
FEDORA_AUDIT=true

(tick)


FEDORA_AUTH=false
FEDORA_AUDIT=true

(tick)

 

FEDORA_AUTH=true
FEDORA_AUDIT=false

(tick)

 

FEDORA_AUTH=false
FEDORA_AUDIT=false

 (tick) 

Manual Tests

Same as above, plus:

...