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

Remove InterfaceByValue #2365

Closed pepone closed 3 days ago

pepone commented 3 days ago

Fix #1762

pepone commented 3 days ago

The CI failure seems unrelated to the PR.

testing batch AMI oneway operations... ok
error: ::Ice::ConnectionIdleException

test in Ice/operations failed:
Traceback (most recent call last):
  File "/home/runner/work/ice/ice/scripts/Util.py", line 2039, in run
    self.runWithDriver(current)
  File "/home/runner/work/ice/ice/scripts/Util.py", line 2070, in runWithDriver
    current.driver.runClientServerTestCase(current)
  File "/home/runner/work/ice/ice/scripts/LocalDriver.py", line 680, in runClientServerTestCase
    self.runner.runClientSide(client, current, host)
  File "/home/runner/work/ice/ice/scripts/LocalDriver.py", line 207, in runClientSide
    testcase._runClientSide(current, host)
  File "/home/runner/work/ice/ice/scripts/Util.py", line 2016, in _runClientSide