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

Compare with Current View Page History

« Previous Version 7 Next »

Testing Blocker Tickets

  • ...

External Projects

  • Hydra
  • Islandora

Testing Plan

git clone https://github.com/fcrepo4/fcrepo4
cd fcrepo4
git checkout 4.7.1-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-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   
fcrepo-webapp-plusmvn clean install -Pconnectormac   
fcrepo-webapp-plusmvn clean install -Pconnectorwindows   
fcrepo-webapp-plusmvn clean install -Pconnectorlinux   

Filesystem Federation

Test simple federation

Tested by
Platform
Success?
Notes
 Linux 

 

 Mac  

One-Click Run

cd fcrepo-webapp; mvn clean install -Pone-click
CommandPlatform Tested bySuccess? Notes
java -jar fcrepo-webapp-<version>-SNAPSHOT-jetty-console.jar Linux   
java -jar fcrepo-webapp-<version>-SNAPSHOT-jetty-console.jarMacBethany SeegerY 

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

Windows   

Manual Tests

All of the below should take place in the HTML UI and non-vagrant tests should run against fcrepo-webapp-plus.

  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

Bethany SeegerY 

FEDORA_AUTH=false
FEDORA_AUDIT=true

  

 

FEDORA_AUTH=true
FEDORA_AUDIT=false

Bethany SeegerY 

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

[2] Fedora 4 Release Test Suite

  • No labels