Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

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

...

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

Info

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

...

DatabasePlatformTested bySuccess? RC-1Success? RC-2Notes
MySQL     
PostgreSQL     

Vagrant Tests

Code Block
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:

...