You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Testing Blocker Tickets

  • ...

External Projects

  • Hydra
  • Islandora

Testing Plan

git clone https://github.com/fcrepo4/fcrepo4
cd fcrepo4
git checkout 4.7.0-RC

Sanity Builds

ProjectCommandPlatformTested bySuccess?Notes
fcrepo4mvn clean install

linux

   
fcrepo4mvn clean install mac    
fcrepo4mvn clean installwindows   
fcrepo-module-auth-rbaclmvn clean installlinux

 

  
fcrepo-module-auth-rbaclmvn clean install mac   
fcrepo-module-auth-rbaclmvn clean installwindows   
fcrepo-module-auth-xacmlmvn clean install linux

 

  
fcrepo-module-auth-xacmlmvn clean install mac   
fcrepo-module-auth-xacmlmvn clean installwindows   
fcrepo-module-auth-webacmvn clean install linux

 

  
fcrepo-module-auth-webacmvn clean install mac   
fcrepo-module-auth-webacmvn clean installwindows   
fcrepo-mintmvn clean install linux   
fcrepo-mintmvn clean install mac   
fcrepo-mintmvn clean installwindows   
fcrepo-transformmvn clean install linux

 

  
fcrepo-transformmvn clean install mac   
fcrepo-transformmvn clean installwindows   
fcrepo-auditmvn clean install linux

 

  
fcrepo-auditmvn clean install mac   
fcrepo-auditmvn clean installwindows   
fcrepo-webapp-plusmvn clean install linux

 

  
fcrepo-webapp-plusmvn clean install mac   
fcrepo-webapp-plusmvn clean install windows   
fcrepo-webapp-plusmvn clean install -Prbacl mac  

 

fcrepo-webapp-plusmvn clean install -Prbaclwindows   
fcrepo-webapp-plusmvn clean install -Prbacllinux   
fcrepo-webapp-plusmvn clean install -Pxacmlmac  

 

fcrepo-webapp-plusmvn clean install -Pxacmlwindows   
fcrepo-webapp-plusmvn clean install -Pxacmllinux   

One-Click Run

CommandPlatform Tested bySuccess? Notes
java -jar fcrepo-webapp-4.7.0-SNAPSHOT-jetty-console.jar Linux   
java -jar fcrepo-webapp-4.7.0-SNAPSHOT-jetty-console.jarMac   

java -jar fcrepo-webapp-4.7.0-SNAPSHOT-jetty-console.jar

Windows   

Manual Tests

All of the below should take place in the HTML UI.

  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
  9. Create versions
  10. View versions
  11. Rollback versions

Database Tests

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

DatabasePlatformTested bySuccess?Notes
MySQL    
PostgreSQL    

Vagrant Tests

vagrant destroy
vagrant up
Test stepsTested bySuccess?Notes

FEDORA_AUTH=true
FEDORA_AUDIT=true

   

FEDORA_AUTH=false
FEDORA_AUDIT=true

  

 

FEDORA_AUTH=true
FEDORA_AUDIT=false

   

FEDORA_AUTH=false
FEDORA_AUDIT=false

   

Manual Tests

Same as above, plus:

  1. Verify audit events are in triplestore
  2. Verify resources are in triplestore
  3. Verify resources are in Solr
  4. Verify authorization works for the two auth-enabled configurations
  5. Verify reindexing to triplestore works

[1] Testing scripts

  • No labels