Jose

Results 159 issues of Jose

``` 2024-09-03T16:58:35.9319568Z testing whether server is gone... ok 2024-09-03T16:58:35.9320293Z testing server idle time...!!!!!!!!!!! unhandled exception in thread Thread-12: java.lang.RuntimeException 2024-09-03T16:58:35.9321179Z java.lang.RuntimeException 2024-09-03T16:58:35.9321659Z at test.Ice.adapterDeactivation.AllTests.test(AllTests.java:13) 2024-09-03T16:58:35.9322325Z at test.Ice.adapterDeactivation.AllTests.lambda$allTests$1(AllTests.java:236) 2024-09-03T16:58:35.9322886Z at java.base/java.lang.Thread.run(Thread.java:842)...

bug

I added multicast test configurations to DataStorm test cases in https://github.com/zeroc-ice/ice/pull/2927 But the multicast tests are hanging on macOS runners. See https://github.com/zeroc-ice/ice/actions/runs/11401253797/job/31723801953?pr=2927 They work fine on my local macOS box.

bug
datastorm

I got this on Windows while running `DataStorm/events` test in a loop: ``` *** [1/1 loop=23850] Running cpp/DataStorm/events tests *** [ running client/server test - 10/17/24 20:58:21 ] - Config:...

bug
datastorm

``` testing topic collocated key reader and writer... process D:\a\ice\ice\cpp\test\DataStorm\events\msbuild\writer\Win32\Release\writer.exe --Ice.Default.Host=127.0.0.1 --Ice.Warn.Connections=1 --Ice.Default.Protocol=tcp --Ice.IPv6=0 --Ice.PrintStackTraces=1 --DataStorm.Node.Server.Enabled=0 --DataStorm.Node.ConnectTo="tcp -p 12020" --DataStorm.Trace.Topic=1 --DataStorm.Trace.Session=3 --DataStorm.Trace.Data=2 --Ice.Trace.Protocol=2 --Ice.Trace.Network=2 --Ice.LogFile=D:\a\ice\ice\cpp\test\DataStorm\events\client-101724-1425.log pid=3756 is hanging - 10/17/24...

bug
datastorm

I think we can simplify the implementation of `IcePy::SequenceInfo::marshal` by computing the size of the optionals sequences, when we are about to marshal it and not up front. We currently...

python
task

Would be nice to fix these warnings on the docs workflow: ``` ruby 3.3.5 is already installed and up-to-date. To reinstall 3.3.5, run: brew reinstall ruby node 22.9.0 is already...

ci

Make install doesn't install the `include/Ice/SSL` headers

bug
cpp

We should not use `var` in modern JavaScript, it should be either `let` or `const` ``` jose@mac js % rg "var " test/Slice/escape/Key.ice 54: optional(2) var goto; 63: optional(1) break...

js
cleanup

We recently introduced language specific properties, which allows to narrow the scope of properties. It would be good to have a similar mechanism for "service" specific properties. It doesn't make...

proposal

https://github.com/zeroc-ice/ice/blob/main/java/src/IceGrid/src/main/module-info.java should be in the java sub-directory.

bug