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

Compare with Current View Page History

« Previous Version 28 Next »

Code Freeze Blockers

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

External Projects

  • Hydra
  • Islandora

Testing Plan

git checkout 4.5.1-RC

Sanity Builds

ProjectCommandPlatformTested bySuccess?Notes
fcrepo4mvn clean install

linux

Andrew Woods(tick) 
fcrepo4mvn clean install mac Jared Whiklo(tick) 
fcrepo4mvn clean installwindowsScott Prater(error)log file (consistent failure, on Windows 7 Enterprise and Windows 10 Home)
fcrepo-module-auth-rbaclmvn clean installlinux Andrew Woods (tick) 
fcrepo-module-auth-rbaclmvn clean install macJared Whiklo(tick) 
fcrepo-module-auth-rbaclmvn clean installwindowsScott Prater(tick) 
fcrepo-module-auth-xacmlmvn clean install linux Andrew Woods (tick) 
fcrepo-module-auth-xacmlmvn clean install macJared Whiklo(tick) 
fcrepo-module-auth-xacmlmvn clean installwindowsScott Prater(tick) 
fcrepo-module-auth-webacmvn clean install linux Andrew Woods (tick) 
fcrepo-module-auth-webacmvn clean install macJared Whiklo(tick) 
fcrepo-module-auth-webacmvn clean installwindowsScott Prater(tick) 
fcrepo-mintmvn clean install linux Andrew Woods (tick) 
fcrepo-mintmvn clean install macJared Whiklo(tick) 
fcrepo-mintmvn clean installwindowsScott Prater(tick) 
fcrepo-transformmvn clean install linux Andrew Woods (tick) 
fcrepo-transformmvn clean install macJared Whiklo(tick) 
fcrepo-transformmvn clean installwindowsScott Prater(tick) 
fcrepo-auditmvn clean install linux Andrew Woods (tick) 
fcrepo-auditmvn clean install macJared Whiklo(tick) 
fcrepo-auditmvn clean installwindowsScott Prater(tick) 
fcrepo-webapp-plusmvn clean install linux Andrew Woods (tick) 
fcrepo-webapp-plusmvn clean install macJared Whiklo(tick) 
fcrepo-webapp-plusmvn clean install windowsScott Prater(tick) 
fcrepo-webapp-plusmvn clean install -Prbacl any?

Jared Whiklo

Scott Prater

(mac) (tick)

(win) (tick)

 

fcrepo-webapp-plusmvn clean install -Pxacmlany?

Jared Whiklo

Scott Prater

(mac) (tick)

(win) (tick)

 

Windows tests run Windows 10 Home (desktop) and Windows 7 Enterprise (laptop).

One-Click Run

CommandPlatformTested bySuccess?Notes
java -jar fcrepo-webapp-4.5.1-SNAPSHOT-jetty-console.jarlinux   
java -jar fcrepo-webapp-4.5.1-SNAPSHOT-jetty-console.jarmacJared Whiklo 

Builds and runs, can create object and update properties, but clicking links to other resources does not work. Log shows it appears to send a HEAD, instead of a GET.

 

bseeger – I observed the same thing. However, when I restarted the server, the links started working... odd. I do see the HEAD and a GET request.

java -jar fcrepo-webapp-4.5.1-SNAPSHOT-jetty-console.jarwindowsScott Prater (tick)Build and runs, the first three tests succeed. Have not yet run the other tests.

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. Perform SPARQL-Update on container
  5. 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

Andrew Woods


 

(tick)

Basic sanity test... not yet the complete list of "Manual Tests"



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

 

  • No labels