aboutsummaryrefslogtreecommitdiff
path: root/interop-testing
AgeCommit message (Expand)Author
2016-03-17Add missing generics to some ServerCall usagesEric Anderson
2016-03-17Move server call keys to ServerCall classLukasz Strzalkowski
2016-03-16Add attributes to ServerCallLukasz Strzalkowski
2016-03-13Rename older AbstractTransportTest to AbstractInteropTestEric Anderson
2016-03-08Adding RunWith annotation to ConcurrencyTestnmittler
2016-03-04Add missing override annotation to generated protosCarl Mastrangelo
2016-03-03Test that gRPC clients and servers can handle concurrent RPCs.Matt Hildebrand
2016-03-03Add more debug output in TlsTestCarl Mastrangelo
2016-03-01Inlcude the file that was used to generate service descriptorsCarl Mastrangelo
2016-02-29Test that a GRPC client rejects untrusted server certs.Matt Hildebrand
2016-02-25Use latching to enforce expected events are receivedLouis Ryan
2016-02-19Revert the cascading test for the moment as its flakyLouis Ryan
2016-02-17Fix flakiness in Cascading cancellation testsLouis Ryan
2016-02-17Integration tests for testing cascading cancellation.Louis Ryan
2016-02-16Switching to netty-tcnative-boringssl-staticnmittler
2016-02-04Fix race condition in Compression TestCarl Mastrangelo
2016-02-01Add a simple compression APICarl Mastrangelo
2016-01-29Run TLS integration tests using OpenSSL also.Matt Hildebrand
2016-01-27Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5Kun Zhang
2016-01-26Optimize blocking calls to avoid app thread poolEric Anderson
2016-01-25Avoid cancel before start, which is not handled in transportsEric Anderson
2016-01-25Parameterize TlsTest for TLS providerEric Anderson
2016-01-25Move resource freeing out of test methodsEric Anderson
2016-01-22Fix broken noClientAuthFailure testEric Anderson
2016-01-21Use tcnative for interop unit tests when possible.Eric Anderson
2016-01-21Add some initial integration tests for GRPC's TLS support.Matt Hildebrand
2016-01-15Reduce number of codegen'd classes needed for ServicesEric Anderson
2016-01-11Revert "More information for debugging."Eric Anderson
2016-01-05More information for debugging.Kun Zhang
2015-12-21[OkHttp]Add hostname verification.Xudong Ma
2015-12-17Allow support for nanosecond timeouts, and use nanoseconds consistently throu...Carl Mastrangelo
2015-12-14update testsCarl Mastrangelo
2015-12-14Fix bug where server wouldn't declare the negotiated compressionCarl Mastrangelo
2015-12-07Make TestUtils able to read from input stream. This makes it easier to pass ...Carl Mastrangelo
2015-12-02Initial basic implementation of context binding for clients with some limited...Louis Ryan
2015-11-04Use ServerBuilder interface in AbstractTransportTest.nmittler
2015-10-18Expose unimplemented_method test to interop test client.Xudong Ma
2015-10-14Expose timeout_on_sleeping_server test to interop test client.Xudong Ma
2015-09-24Reduce memory usage in test.Xudong Ma
2015-09-15Fix the double-closure of server call for interop tests.Xudong Ma
2015-09-11Deprecate OkHttpChannelBuilder#overrideHostForAuthorityKun Zhang
2015-09-11Make Interop Server block until shutdownCarl Mastrangelo
2015-09-11Private ServerMethodDefinition constructor; avoid create() in codegenEric Anderson
2015-09-10Make tcnative available to the interop scripts.nmittler
2015-09-10Prevent construction of container classes and reduce APIEric Anderson
2015-09-10Reduce API surface of AbstractStubEric Anderson
2015-09-09Adding tc_native to interop test scriptsnmittler
2015-09-03okhttp: Skip trash data for finished stream.Xudong Ma
2015-09-03Avoid Parser for normal protobufEric Anderson
2015-09-03Revert "Merge pull request #940 from nmittler/interop_openssl"Eric Anderson