You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** [21/272] Running cpp/Ice/binding tests ***
[ running client/server test - 02/06/25 15:48:09 ]
- Config: ssl,mx,x64
(D:\a\ice\ice\cpp\test\Ice\binding\msbuild\server\x64\Release\server.exe --Ice.Default.Host=127.0.0.1 --Test.BasePort=14200 --Ice.Warn.Connections=1 --Ice.Default.Protocol=ssl --Ice.IPv6=0 --Ice.Admin.Endpoints="tcp -h 127.0.0.1" --Ice.Admin.InstanceName=Server --IceMX.Metrics.Debug.GroupBy=id --IceMX.Metrics.Parent.GroupBy=parent --IceMX.Metrics.All.GroupBy=none --IceSSL.*** --IceSSL.DefaultDir=D:\a\ice\ice\certs --IceSSL.CAs=cacert.pem --IceSSL.CertFile=server.p12 --Ice.PrintStackTraces=1 --Ice.ThreadPool.Server.Size=1 --Ice.ThreadPool.Server.SizeMax=3 --Ice.ThreadPool.Server.SizeWarn=0 --Ice.PrintAdapterReady=1 env={'PATH': 'D:\\a\\ice\\ice\\cpp\\test\\Common\\msbuild\\x64\\Release;D:\\a\\ice\\ice\\cpp\\bin\\x64\\Release'})
(D:\a\ice\ice\cpp\test\Ice\binding\msbuild\client\x64\Release\client.exe --Ice.Default.Host=127.0.0.1 --Test.BasePort=14200 --Ice.Warn.Connections=1 --Ice.Default.Protocol=ssl --Ice.IPv6=0 --Ice.Admin.Endpoints="tcp -h 127.0.0.1" --Ice.Admin.InstanceName=Client --IceMX.Metrics.Debug.GroupBy=id --IceMX.Metrics.Parent.GroupBy=parent --IceMX.Metrics.All.GroupBy=none --IceSSL.*** --IceSSL.DefaultDir=D:\a\ice\ice\certs --IceSSL.CAs=cacert.pem --IceSSL.CertFile=client.p12 --Ice.PrintStackTraces=1 env={'PATH': 'D:\\a\\ice\\ice\\cpp\\test\\Common\\msbuild\\x64\\Release;D:\\a\\ice\\ice\\cpp\\bin\\x64\\Release'})
testing binding with single endpoint... ok
testing binding with multiple endpoints... ok
testing binding with multiple random endpoints... ok
testing binding with multiple endpoints and AMI... ok
testing random endpoint selection... ok
testing ordered endpoint selection... ok
testing per request binding with single endpoint... ok
testing per request binding with multiple endpoints... ok
testing per request binding with multiple endpoints and AMI... ok
testing per request binding and ordered endpoint selection... failed!
D:\a\ice\ice\cpp\test\Ice\binding\AllTests.cpp:684: assertion `i == nRetry' failed
!! 02/06/25 15:49:54.469 error: communicator not destroyed during global destruction.
The text was updated successfully, but these errors were encountered:
2025-02-06T15:56:30.0313602Z testing per request binding and ordered endpoint selection... failed!
2025-02-06T15:56:30.0315671Z D:\a\ice\ice\cpp\test\Ice\binding\AllTests.cpp:684: assertion `i == nRetry' failed
2025-02-06T15:56:30.0317722Z !! 02/06/25 15:49:54.469 error: communicator not destroyed during global destruction.
2025-02-06T15:56:30.0318535Z
2025-02-06T15:56:30.0319246Z test in Ice/binding failed:
It is not obvious what are we testing here. We reactivated "Adapter64", and we expect that nRetry count request to use another endpoint? and that is why i == nRetry?
bernardnormier
changed the title
cpp/Ice/binging failure (Windows, release)
cpp/Ice/binding failure (Windows, release)
Feb 6, 2025
From https://github.com/zeroc-ice/ice/actions/runs/13181700314/job/36793870237
The text was updated successfully, but these errors were encountered: