Versions Compared

Key

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

...

Code Block
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 installwindows   
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 mac  

 

fcrepo-webapp-plusmvn clean install -Prbaclwindows   
fcrepo-webapp-plusmvn clean install -Prbacllinux   
fcrepo-webapp-plusmvn clean install -Pxacmlmac  

 

fcrepo-webapp-plusmvn clean install -Pxacmlwindows   
fcrepo-webapp-plusmvn clean install -Pxacmllinux   
fcrepo-webapp-plusmvn clean install -Pconnectormac   fcrepo-webapp-plusmvn clean install -Pconnectorwindows   fcrepo-webapp-plusmvn clean install -Pconnectorlinux   

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

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

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

...