Hi Thomas,
I'm using my old Thinkpad, with Ubuntu LTS 20.04, JDK 11 and Maven 3.8.
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
Maven home: /opt/apache-maven-3.8.2
Java version: 11.0.13, vendor: Ubuntu, runtime: 
/usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-91-generic", arch: "amd64", family: "unix"
Other than that, language is en_US, but I also have a few things in en_UK. Time 
Zone is NZ daylight saving time. That's all I can think of differences in my 
env.

Here's my git working copy details:

kinow@ranma:~/Development/java/apache/commons-jcs$ git status
HEAD detached at commons-jcs3-3.1-rc1
nothing to commit, working tree clean
kinow@ranma:~/Development/java/apache/commons-jcs$ git log -n 1
commit f370adb43aeef51a5456d93f13f2601f3b87c44a (HEAD, tag: 
commons-jcs3-3.1-rc1)
Author: Thomas Vandahl <t...@apache.org>
Date:   Thu Dec 23 18:20:21 2021 +0100

    [maven-release-plugin] prepare release commons-jcs3-3.1-rc1

Hopefully I am using the correct branch. A little past midnight here, calling 
it a day now, just wanted to run the test and reply your message before doing 
so.

`mvn clean test install site` took a few minutes, but it just finished running. 
Below the error that just happened again on my environment (appears to be 
consistent for me):

[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   SerializerUnitTest.testReadWrite:116 [key:0] should not be null, 
Region Name = blockRegion2
HitCountRam = 0
HitCountAux = 0
---------------------------Memory Cache
Put Count = 0
Hit Count = 0
Miss Count = 1
Map Size = 0
List Size = 0
---------------------------Block Disk Cache
Is Alive = true
Key Map Size = 0
Data File Length = 0
Block Size Bytes = 4096
Number Of Blocks = 0
Average Put Size Bytes = 0
Empty Blocks = 0
Purgatory Hits = 0
Purgatory Size = 0
Working = true
Empty = true
Queue Size = 0
Queue Capacity = 2147483647
[INFO] 
[ERROR] Tests run: 419, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Commons JCS 3.1:
[INFO] 
[INFO] Apache Commons JCS ................................. SUCCESS [ 27.301 s]
[INFO] Apache Commons JCS :: Core ......................... FAILURE [17:44 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:11 min
[INFO] Finished at: 2021-12-29T00:56:27+13:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on 
project commons-jcs3-core: There are test failures.




-Bruno



    On Tuesday, 28 December 2021, 11:08:47 pm NZDT, Thomas Vandahl 
<t...@apache.org> wrote:  
 
 Hi Bruno.

> Am 24.12.2021 um 02:00 schrieb Bruno P. Kinoshita 
> <brunodepau...@yahoo.com.br.INVALID>:
> 
> [ERROR]  SerializerUnitTest.testReadWrite:116 [key:0] should not be null, 
> Region Name = blockRegion2

Can you reproduce the failure (because I can't)? Some of the concurrent tests 
are timing sensitive. If you can reproduce the failure situation, I would be 
very much interested in your test setup.

Bye, Thomas 


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

  

Reply via email to