Bernard Normier
Bernard Normier
You're running a Java test and you're getting a C++ stack trace?
It's actually just as slow in C++: ``` % python3 allTests.py Ice/maxConnections --protocol ssl *** [1/1] Running cpp/Ice/maxConnections tests *** [ running client/server test - 10/10/24 16:55:52 ] - Config:...
This proposal is mixing up two different issues. For the proxy returned by a server, the issue is largely fixed by the default published endpoints (implemented in Ice 3.8). Relative...
This also failed on macos in https://github.com/icerpc/icerpc-csharp/actions/runs/19517619631/job/55873345612?pr=4126 ``` Test run for /Users/runner/work/icerpc-csharp/icerpc-csharp/tests/IceRpc.Quic.Tests/net9.0/IceRpc.Quic.Tests.dll (.NETCoreApp,Version=v9.0) Passed IceRpc:Tests:SequenceCouplerTests:Concat_sequences(System:Buffers:ReadOnlySequence[3],System:Buffers:ReadOnlySequence[0]) [< 1 ms] Passed IceRpc:Tests:SequenceCouplerTests:Concat_sequences(System:Buffers:ReadOnlySequence[3],System:Buffers:ReadOnlySequence[3]) [< 1 ms] Passed IceRpc:Tests:IceIdleTimeoutTests:Server_idle_monitor_does_not_abort_connection_when_client_does_not_write_anything [1 s] Passed IceRpc:Tests:Transports:Slic:SlicIdleTimeoutTests:Slic_send_pings_are_called [404...
A better error on a more recent macos run: ``` Failed IceRpc:Tests:IceIdleTimeoutTests:Server_idle_monitor_does_not_abort_connection_when_client_does_not_write_anything [1 s] Error Message: Assert.That(code, new ThrowsNothingConstraint()) Expected: No Exception to be thrown But was: Stack Trace: at...