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

Compare with Current View Page History

« Previous Version 30 Next »

Issues found during testing

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

External Projects

Hydra

ProjectTested bySuccess? RC-1Success? RC-2Notes
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

 ProjectTested bySuccess? RC-1Success? RC-2Notes
CLAW(tick) RC1  

Testing Plan

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

Sanity Builds

ProjectCommandPlatformTested bySuccess? RC-1Success? RC-2Notes
fcrepo4mvn clean install

linux

(tick)  
fcrepo4mvn clean install mac (tick) OS X Yosemite 10.10.3
fcrepo4mvn clean installwindowsAaron Birkland (tick)  Test failure fix is in FCREPO-2370
fcrepo-module-auth-rbaclmvn clean installlinux(tick)  
fcrepo-module-auth-rbaclmvn clean install mac(tick) OS X Yosemite 10.10.3
fcrepo-module-auth-rbaclmvn clean installwindowsAaron Birkland(tick) Windows 10
fcrepo-module-auth-xacmlmvn clean install linux(tick)  
fcrepo-module-auth-xacmlmvn clean install mac(tick) OS X Yosemite 10.10.3
fcrepo-module-auth-xacmlmvn clean installwindowsAaron Birkland(tick) Windows 10
fcrepo-module-auth-webacmvn clean install linux(tick)  
fcrepo-module-auth-webacmvn clean install macBethany Seeger(tick) OS X Yosemite 10.10.3
fcrepo-module-auth-webacmvn clean installwindowsAaron Birkland(tick) Windows 10
fcrepo-mintmvn clean install linux(tick)  
fcrepo-mintmvn clean install macBethany Seeger(tick) OS X Yosemite 10.10.3
fcrepo-mintmvn clean installwindowsAaron Birkland(tick) Windows 10
fcrepo-auditmvn clean install linux(tick)  
fcrepo-auditmvn clean install macBethany Seeger(tick) OS X Yosemite 10.10.3
fcrepo-auditmvn clean installwindowsAaron Birkland(tick) Windows 10
fcrepo-webapp-plusmvn clean install linux(tick)  
fcrepo-webapp-plusmvn clean install macBethany Seeger(tick) OS X Yosemite 10.10.3
fcrepo-webapp-plusmvn clean install windowsAaron Birkland(tick) Windows 10
fcrepo-webapp-plusmvn clean install -Prbacl linuxBen Cail(tick) 

 

fcrepo-webapp-plusmvn clean install -PrbaclmacBethany Seeger(tick) OS X Yosemite 10.10.3
fcrepo-webapp-plusmvn clean install -PrbaclwindowsAaron Birkland(tick) Windows 10
fcrepo-webapp-plusmvn clean install -PxacmllinuxBen Cail(tick) 

 

fcrepo-webapp-plusmvn clean install -PxacmlmacBethany Seeger(tick) OS X Yosemite 10.10.3
fcrepo-webapp-plusmvn clean install -PxacmlwindowsAaron Birkland(tick) Windows 10

One-Click Run

cd fcrepo-webapp; mvn clean install -Pone-click
CommandPlatform Tested bySuccess?  RC-1Success? RC-2Notes
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

WindowsAaron Birkland(tick)  

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? RC-1Success? RC-2Notes
MySQL     
PostgreSQL     

Vagrant Tests

vagrant destroy
vagrant up
Test stepsTested bySuccess? RC-1Success? RC-2Notes

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