Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Made Sanity Build section more consistent

...

Code Block
git clone https://github.com/fcrepo4/fcrepo4
cd fcrepo4
git checkout <version>-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-connector-filemvn clean install linux

 

  
fcrepo-connector-filemvn clean install mac

 

  
fcrepo-connector-filemvn clean install windows

 

  
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
linux  

 

fcrepo-webapp-plusmvn clean install -Prbacl
windows
mac   
fcrepo-webapp-plusmvn clean install -Prbacl
linux
windows   
fcrepo-webapp-plusmvn clean install -Pxacml
mac
linux  

 

fcrepo-webapp-plusmvn clean install -Pxacml
windows
mac   
fcrepo-webapp-plusmvn clean install -Pxacml
linux
windows   
fcrepo-webapp-plusmvn clean install -Pconnector
mac
linux   
fcrepo-webapp-plusmvn clean install -Pconnector
windows
mac   
fcrepo-webapp-plusmvn clean install -Pconnector
linux
windows   

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.jarMac   

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

Windows   

Manual Tests

Info

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

...

With Tomcat7 deployment, run above manual tests with alternate backend databases (Configuring JDBC Object Store)

DatabasePlatformTested bySuccess?Notes
MySQL    
PostgreSQL    

Vagrant Tests

Code Block
vagrant destroy
vagrant up
Test stepsTested bySuccess?Notes

FEDORA_AUTH=true
FEDORA_AUDIT=true

   

FEDORA_AUTH=false
FEDORA_AUDIT=true

  

 

FEDORA_AUTH=true
FEDORA_AUDIT=false

   

FEDORA_AUTH=false
FEDORA_AUDIT=false

   

Manual Tests

Same as above, plus:

...