zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

`Ice/proxy` MATLAB failure #2391

Open InsertCreativityHere opened 3 days ago

InsertCreativityHere commented 3 days ago

This test failure was being hidden by #2385.

[14/17] Running matlab/Ice/proxy tests ... testing opaque endpoints... Error using Ice.ObjectPrx/ice_ping (line 185) ::Ice::ConnectTimeoutException

Error in AllTests.allTests (line 818) p1.ice_encodingVersion(Ice.EncodingVersion(1, 0)).ice_ping();

Error in Client (line 15) myClass = AllTests.allTests(helper);

Error in runTest (line 28) Client(varargin);