Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1
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 Maven goal (just > > 'mvn') to successfully to completion! > > > > May I kindly ask for the debug log again? I'd like to know whether JCS can > find a valid multicast interface even if the VPN is on. > > 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
Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1
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 > statement [CREATE CACHED TABLE JCSTESTTABLE_InitializePoolAccess] > > Something is not cleaning up properly after a test. > > Whilst this does not affect the main code, cleanup issues have been > known to affect the source bundle. > Should ideally be fixed if there is to be a new RC. I propose to fix this in the master branch and leave the bugfix release as it is. Ok? Bye, Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org
[jcs] multicast issues, was: Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1
(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 fe20ca994803b353c32fd0909621d822ee26263c ? I don't see the debug messages from HostNameUtil where I added the check for multicast support. If the code is current, that would imply that the Cisco adapter lies about its multicast support and that we cannot rely on the JDK to configure the tests. That would be really bad news. Bye, Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org
Re: [jcs] multicast issues, was: Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1
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 On 2024/04/07 17:04:15 Thomas Vandahl wrote: > (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 > fe20ca994803b353c32fd0909621d822ee26263c ? > I don't see the debug messages from HostNameUtil where I added the check for > multicast support. > > If the code is current, that would imply that the Cisco adapter lies about > its multicast support and that we cannot rely on the JDK to configure the > tests. That would be really bad news. > > 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
Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1
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 > > » SQL Table already exists: JCSTESTTABLE_INITIALIZEPOOLACCESS in > > statement [CREATE CACHED TABLE JCSTESTTABLE_InitializePoolAccess] > > > > Something is not cleaning up properly after a test. > > > > Whilst this does not affect the main code, cleanup issues have been > > known to affect the source bundle. > > Should ideally be fixed if there is to be a new RC. > > I propose to fix this in the master branch and leave the bugfix release as it > is. Ok? I guess so, though if there is time to add it to the bugfix release, so much the better. > 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