interop tests fails against java server
See original GitHub issueInterop fails w/ Kotlin Client vs Java Server:
# In grpc-java
./run-test-server.sh --use_tls=true
# In grpc-kotlin
./run-test-client.sh --server_host_override=foo.test.google.fr --use_test_ca=true --test_case=unimplemented_service
Or, Java Client vs Kotlin Server
# in grpc-kotlin
./run-test-server.sh --use_tls=true
# In grpc-java
./run-test-client.sh --server_host_override=foo.test.google.fr --use_test_ca=true --test_case=unimplemented_service
Kotlin client + Kotlin server passed though.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Re: NPE in SOAPBindingCodec.java - failure in MTOM interop tests
When I try to run MTOM interop tests on wsit, I see they are failing > with this exception. > ======================== > java.lang.NullPointerException...
Read more >[JBTM-1217] WSTX11-interop & WSTFSC07 IPv6 tests fail: Error ...
This happens when using the "Servlet 3.0" protocol with Arquillian. Switching to the default (JMX) causes just one test to fail, rather than...
Read more >JDK-8030936 Java Client interop with IIS fails after ... - Bug ID
Client : Java Server : Windows Server 2008 / IIS Version 7 The java client first tries hello with TLSv1.2, server asks for...
Read more >Web application for interoperability testing of web services
service against specific client-side platforms. ... Java Server Faces . ... that pass the WS-I tests are still failing to achieve interoperability, ...
Read more >j-Interop : Java - COM Interoperability Activity - SourceForge
when we try to connect to OPC server on Windows 2019 we are getting DCOM issues even after DCOM properly configured. Error: "RPC...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Note that the ca.pem, server.pem etc. were updated very recently in grpc-java (and in all other repos). https://github.com/grpc/grpc-java/pull/6841/files
Could that be the reason why tests are failing?
Btw, having wrong certificates is something that should be possible to tell from the test’s error log (“failed handshake becuase XYZ”). What did the failed test print? Could that message be improved?
@chalin interop build seems broken; we still need #33 to run interop on open source.