Jose
Jose
I decided to just upload the test logs in TRX format for now, see #4137 You can inspect then with Visual Studio or Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=TimHeuer.trxview) The action setup...
> You're running a Java test and you're getting a C++ stack trace? Is an android test. The tests scripts uses Ice for Python to send requests to the test...
Would be good to check if all mappings are picking the same TLS version, and cipher suite, otherwise the comparison is not fair.
preliminary testing shows that Java is using TLS 1.3 and C# is using TLS 1.2
I think the difference comes from TLS 1.3 vs TLS 1.2 Java supports TLS 1.3 on macOS .NET does not support TLS 1.3 on macOS see: https://github.com/dotnet/runtime/issues/1979 Ice for C++...
See also #142
> I am confused about the Quic reference since we don't run the Quic tests on macos. I think the runner still has to load the test, and the setup...