Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-07 Thread sebb
On Sun, 7 Apr 2024 at 17:51, Thomas Vandahl wrote: > > Hi Sebastian > > > Am 06.04.2024 um 15:38 schrieb sebb : > > > > Another minor issue: > > If you run 'mvn test' without first doing 'mvn clean', it fails with: > > > > [ERROR] JDBCDiskCacheUnitTest.testInitializePoolAccess_withPoolName:157

Re: [jcs] multicast issues, was: Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-07 Thread Gary D. Gregory
Hi Thomas, OK, here we go: VPN on (Cisco AnyConnect Secure Mobility Client Virtual Miniport Adapter for Windows x64) git checkout fe20ca994803b353c32fd0909621d822ee26263c mvn clean test -Dtest=UDPDiscoverySenderEncryptedUnitTest Same 3 failures, log: https://paste.apache.org/grnpx TY! Gary

[jcs] multicast issues, was: Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-07 Thread Thomas Vandahl
(trying to move this out of the vote thread) Hi Gary, > Am 07.04.2024 um 14:33 schrieb Gary D. Gregory : > > Hi Thomas, > > Ran: > > mvn test -Dtest=UDPDiscoverySenderEncryptedUnitTest > > Log: > > https://paste.apache.org/1hmkb Thank you. Could you please make sure that you are at commit

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-07 Thread Thomas Vandahl
Hi Sebastian > Am 06.04.2024 um 15:38 schrieb sebb : > > Another minor issue: > If you run 'mvn test' without first doing 'mvn clean', it fails with: > > [ERROR] JDBCDiskCacheUnitTest.testInitializePoolAccess_withPoolName:157 > ยป SQL Table already exists: JCSTESTTABLE_INITIALIZEPOOLACCESS in

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-07 Thread Gary D. Gregory
Hi Thomas, Ran: mvn test -Dtest=UDPDiscoverySenderEncryptedUnitTest Log: https://paste.apache.org/1hmkb Gary On 2024/04/06 20:06:47 Thomas Vandahl wrote: > Hi Gary, > > > Am 06.04.2024 um 17:20 schrieb Gary D. Gregory : > > > > Switching to origin/release-3.2.1 lets me run the default