Had a bit of time while waiting for a training to begin here. So quickly 
executed tests (mvn clean test install -e -X) with Oracle 7/8, and IBM 7.


All tests passing in IBM JDK7 and Oracle JDK7. One test failed for Oracle JDK8. 
I'm running these in a Ubuntu LTS, running as 6GB mem 4CPU elastic disk 
VirtualBox VM, guest is a 32GB mem 8 core Windows 10. Results below.


Enrivonment (IBM JDK7):

Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.7.0, vendor: IBM Corporation
Java home: /opt/ibm/java-x86_64-70/jre
Default locale: en_NZ, platform encoding: UTF-8
OS name: "linux", version: "4.10.0-30-generic", arch: "amd64", family: "unix"

OK!


Environment (Oracle JDK7):

Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.7.0_80, vendor: Oracle Corporation
Java home: /opt/jdk1.7.0_80/jre
Default locale: en_NZ, platform encoding: UTF-8
OS name: "linux", version: "4.10.0-30-generic", arch: "amd64", family: "unix"

OK!


Environment (Oracle JDK8):

Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home: /opt/jdk1.8.0_131/jre
Default locale: en_NZ, platform encoding: UTF-8
OS name: "linux", version: "4.10.0-30-generic", arch: "amd64", family: "unix"

Results :

Failed tests: 
  
IndexedDiskCacheConcurrentUnitTest$3.runTest:104->IndexedDiskCacheConcurrentUnitTest.runTestForRegion:184
 Removed key should be null: 41:key
stats Region Name = indexedRegion3
HitCountRam = 102
HitCountAux = 768
---------------------------Memory Cache
Put Count = 1274
Hit Count = 102
Miss Count = 943
Map Size = 100
List Size = 100
---------------------------Indexed Disk Cache
Is Alive = true
Key Map Size = 154
Data File Length = 175010
Max Key Size = 5000
Hit Count = 217
Bytes Free = 98782
Optimize Operation Count = 0
Times Optimized = 0
Recycle Count = 1
Recycle Bin Size = 200
Startup Size = 0
Purgatory Hits = 685
Purgatory Size = 301
Working = true
Alive = true
Empty = false
Size = 623

Tests run: 402, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Commons JCS ................................. SUCCESS [15:01 min]
[INFO] Apache Commons JCS :: Core ......................... FAILURE [03:02 min]
[INFO] Apache Commons JCS :: JCache ....................... SKIPPED
[INFO] Apache Commons JCS :: JCache TCK ................... SKIPPED
[INFO] Apache Commons JCS :: JCache Extras ................ SKIPPED
[INFO] Apache Commons JCS :: JCache OpenJPA ............... SKIPPED
[INFO] Apache Commons JCS :: Distribution ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18:04 min
[INFO] Finished at: 2017-08-15T17:42:41+12:00
[INFO] Final Memory: 62M/562M
[INFO] ------------------------------------------------------------------------


CheersBruno

________________________________
On Tuesday, 15 August 2017, 6:15:23 AM NZST, Thomas Vandahl <t...@apache.org> 
wrote:


We are one PMC vote short. Please consider voting.

On 02.08.17 15:32, Thomas Vandahl wrote:
> I would like to release the [jcs] component to resolve some overdue bugs
> 
> Apache Commons JCS 2.2 RC1 is available for review at:
>  https://dist.apache.org/repos/dist/dev/commons/jcs/ (r20728).
> 
> Maven artifacts are at:
>  https://repository.apache.org/content/repositories/orgapachecommons-1256 .
> 
> The Subversion tag is:
> 
> https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.2
> (r1803806).
> 
> The release notes are at:
> 
> https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.2/RELEASE-NOTES.txt
> (r1803806).
> 
> The staged site is available as a tarball at
> 
> https://dist.apache.org/repos/dist/dev/commons/jcs/commons-jcs-site-2.2.tar.gz
> (r20723).
> 
> Please review the release candidate and vote.
> 
>  [ ] +1 Release these artifacts
>  [ ] +0 OK, but...
>  [ ] -0 OK, but really should fix...
>  [ ] -1 I oppose this release because...
> 
> Bye, Thomas
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org

> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to