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

Compare with Current View Page History

« Previous Version 15 Next »

Issues found during testing

  • RC-1
    • Unable to locate Jira server for this macro. It may be due to Application Link configuration.

External Projects

Hydra

ProjectTested bySuccess?Notes
ActiveFedora(error)I see two test failures when running the ActiveFedora tests with 4.7.1-RC-1 (error log). The root cause seems to be that a HEAD request with an invalid namespace returns 400 Bad Request with 4.7.1-RC-1, instead of 404 Not Found (as it does in 4.7.0).
CurationConcerns

(tick)

 
Plum(tick) 
Sufia(tick) 

 

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

(tick) 
fcrepo4mvn clean install mac    
fcrepo4mvn clean installwindowsAaron Birkland(error)FCREPO-2370
fcrepo-module-auth-rbaclmvn clean installlinux(tick) 
fcrepo-module-auth-rbaclmvn clean install mac   
fcrepo-module-auth-rbaclmvn clean installwindows   
fcrepo-module-auth-xacmlmvn clean install linux(tick) 
fcrepo-module-auth-xacmlmvn clean install mac   
fcrepo-module-auth-xacmlmvn clean installwindows   
fcrepo-module-auth-webacmvn clean install linux(tick) 
fcrepo-module-auth-webacmvn clean install mac   
fcrepo-module-auth-webacmvn clean installwindows   
fcrepo-mintmvn clean install linux(tick) 
fcrepo-mintmvn clean install mac   
fcrepo-mintmvn clean installwindows   
fcrepo-auditmvn clean install linux(tick) 
fcrepo-auditmvn clean install mac   
fcrepo-auditmvn clean installwindows   
fcrepo-webapp-plusmvn clean install linux(tick) 
fcrepo-webapp-plusmvn clean install mac   
fcrepo-webapp-plusmvn clean install windows   
fcrepo-webapp-plusmvn clean install -Prbacl linuxBen Cail(tick)

 

fcrepo-webapp-plusmvn clean install -Prbaclmac   
fcrepo-webapp-plusmvn clean install -Prbaclwindows   
fcrepo-webapp-plusmvn clean install -PxacmllinuxBen Cail(tick)

 

fcrepo-webapp-plusmvn clean install -Pxacmlmac   
fcrepo-webapp-plusmvn clean install -Pxacmlwindows   

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(tick) 
java -jar fcrepo-webapp-<version>-SNAPSHOT-jetty-console.jarMac(tick) 

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

(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:

  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