Jose

Results 159 issues of Jose

We got this failure with the latest macOS catalina build ``` *** [19/32] Running swift/Ice/operations tests *** [ running client/server test - 04/24/20 05:10:08 ] - Config: tcp (/Users/vagrant/Library/Developer/Xcode/DerivedData/ice-test-ezhsibqmdkrugzakhgxhdknfjhty/Build/Products/Release/TestDriver.app/Contents/MacOS/TestDriver Ice.operations...

bug
testsuite

We build the x86 packages with this command: https://github.com/zeroc-ice/ice-packaging/blob/1c4d1eb93138fafbb9a21f4a08040044d67cc5e1/ice/rpm/ice.spec#L455-L470 Here CXXFLAGS contains flags appropriate for x86 builds, these flags end up being used to build Slice compilers in x64 mode...

bug
build-system

https://github.com/zeroc-ice/ice/pull/1270 For `main` we can consider moving the `trustError` data member to `IceSSL::Connection` info and get rid of `getTrustError` as there are no binary compatibility issues.

cpp
task

The test fails to run when using `--protocol wss` or `--protocol=ssl` we should filter out the test if this is not supported or fix it. ``` *** [1/1] Running csharp/IceSSL/configuration...

bug
csharp

Should we test the various metadata combinations. Eg: `[compress:params] ...` `[compress:return] ...` Also, what happens if I write something like: ```[compress:return] void myOp();``` or ``` [compress:params] string myOp();``` _Originally posted...

enhancement
slice

First we trace exception in https://github.com/zeroc-ice/ice/blob/827fb617431b61f1fe811139f7b7f33beb45dbf0/cpp/src/Ice/ConnectionFactory.cpp#L1120 And then in https://github.com/zeroc-ice/ice/blob/827fb617431b61f1fe811139f7b7f33beb45dbf0/cpp/src/Ice/ConnectionFactory.cpp#L922 We can probably just remove `handleConnectionException` or if we keep it we can remove the exception tracing from there and...

enhancement

The adapterId of proxies return by IceDiscovery was not randomize in C# but test didn't catch this see https://github.com/zeroc-ice/ice/commit/c55afc69c97f766f8d54b717b6793001e347aadd

enhancement

I think we should refactor the MATLAB CodeVisitor probably split it in serveral visitor for proxies/values/etc For example https://github.com/zeroc-ice/ice/blob/f858d073b76e0fa040382f4a3d5b3fec343f691e/cpp/src/slice2matlab/Main.cpp#L1614 That methods deals with all generate code for proxies/values and operations,...

matlab
cleanup
slice compiler

``` *** [1/1] Running cpp/IceGrid/replicaGroup tests *** [ running IceGrid test - 05/05/20 16:53:20 ] - Config: Debug,x64 starting IceGrid registry Master... ok starting IceGrid node localnode... ok testing Query::findAllReplicas......

bug
cpp

There was a few tests before in https://github.com/zeroc-ice/ice/blob/08ad3fc0a4beef54e5db545630958c2a6ce861df/java-compat/test/src/main/java/test/IceSSL/configuration/AllTests.java#L1464 But those only test to enable DSA ciphers that are now disables in some distributions like el8

enhancement
java