Versions Compared

Key

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

Testing Blocker Tickets

  • ...

External Projects

Samvera

Project

Tested by

Success? RC-1

Notes

ActiveFedora




CurationConcerns




HyraxYes

Tested the sirenia  app using the Fedora Valkyrie adapters; specifically tested for the correct negotiation of pairtree IDs, which is a basic support requirement for Hyrax.

The pairtree configuration on the Fedora side was set by running the fcrepo:6.5.0-RC-1  image with the following runtime options:

Code Block
-Dfcrepo.pid.minter.length=2 -Dfcrepo.pid.minter.count=4


Plum




Islandora

 Project

Tested by

Success? RC-1

Notes

Islandora 2.0(tick) 

Testing Plan

Code Block
git clone https://github.com/fcrepo/fcrepo
cd fcrepo
git checkout <version>-RC

Sanity Builds

Scripts

This is literally just checking out the source code and building it.

Code Block
git clone https://github.com/fcrepo/fcrepo.git
cd fcrepo
git checkout fcrepo-6.5.0-RC-1
mvn clean install


https://github.com/awoods/fcrepo-build-scripts

ProjectCommandPlatformTested bySuccess?Notes
fcrepomvn clean install

linux

Dan Field (tick) 
fcrepomvn clean install mac (tick) 
fcrepomvn clean installwindows


...

CommandPlatform Tested bySuccess? Notes
java -jar fcrepo-webapp-<version>-SNAPSHOT-jetty-console.jarLinuxDan Field (tick) 
java -jar fcrepo-webapp-<version>-SNAPSHOT-jetty-console.jarMac(tick) 

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

Windows


...

  1. Create nested containers
  2. Create binary resources
  3. Run fixity on binary
  4. Update Properties:  Perform SPARQL-Update on container
  5. Update Properties:  Perform SPARQL-Update on binary
  6. Delete container
  7. Delete binary
  8. Use transactions Until new HTML UI is built
  9. Create versions
  10. View versions
  11. Rollback versions  This is no longer a push button interaction, remove?
PlatformTested bySuccess?Notes

OSX

(tick) 

Linux

(tick) 

Database Tests

With Tomcat7 deployment, run above manual tests with alternate backend databases (Configuring JDBC Object Store)

DatabasePlatformTested bySuccess?Notes
MySQLOSX(tick) 
PostgreSQLLinuxDan Field (tick) 

fcr:backup/fcr:restore Functionality

...