[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 
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

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

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: [jcs] multicast issues, was: Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-08 Thread Thomas Vandahl
Hi Gary

> Am 07.04.2024 um 20:54 schrieb 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

Thank you. Strange. I still miss the messages of the network detection.
Could you please run the following code for me https://paste.apache.org/fkww0 
 once with VPN on and once with VPN off and 
send me the output?
On my machine (Mac), all interfaces report multicast capability, even the VPN 
ones, which looks wrong to me. Let's see what Windows says.

TIA,
Bye, Thomas