grpc/src/csharp/Grpc.IntegrationTesting
donnadionne f9a2a7401a
Upgrade third_party/protobuf to v3.17.3 (#27227)
* update protobuf dependency

* version changes and generated files

* updating upb to use the latest proto and regen files
2021-09-05 22:21:37 -07:00
..
CoreStats Upgrade third_party/protobuf to v3.17.3 (#27227) 2021-09-05 22:21:37 -07:00
Properties auto-fix most of licenses 2017-06-08 11:22:41 +02:00
data Revert "Append old ca.pem" 2020-03-20 16:49:15 -07:00
.gitignore renaming of VS projects and other minor structural fixes 2015-02-20 09:49:25 -08:00
BenchmarkService.cs regenerate C# protos 2020-01-15 04:43:59 -05:00
BenchmarkServiceGrpc.cs Add "GeneratedCode" attribute to generated service stubs (#26164) 2021-05-12 12:26:29 +02:00
BenchmarkServiceImpl.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
ClientRunners.cs C# benchmarks provide userTime and systemTime info 2017-11-30 09:06:20 +01:00
Control.cs Upgrade third_party/protobuf to v3.17.3 (#27227) 2021-09-05 22:21:37 -07:00
ControlExtensions.cs C# benchmarks: honor optimizationtarget channel arg 2017-11-16 18:04:37 +01:00
CustomErrorDetailsTest.cs fix warnings in integration tests 2017-08-11 18:17:19 +02:00
EchoMessages.cs Upgrade third_party/protobuf to v3.17.3 (#27227) 2021-09-05 22:21:37 -07:00
Empty.cs Upgrade third_party/protobuf to v3.17.3 (#27227) 2021-09-05 22:21:37 -07:00
EmptyService.cs regenerate C# protos 2020-01-15 04:43:59 -05:00
EmptyServiceGrpc.cs Add "GeneratedCode" attribute to generated service stubs (#26164) 2021-05-12 12:26:29 +02:00
ExternalDnsClientServerTest.cs Fix c-ares on Windows bug triggered by tracing 2019-02-19 08:34:09 -08:00
ExternalDnsWithTracingClientServerTest.cs only run the test with tracing enabled on windows 2019-11-13 11:57:24 -05:00
GeneratedClientTest.cs add tests demonstrating how to mock client stubs 2018-06-08 16:29:19 +02:00
GeneratedServiceBaseTest.cs fix warnings in integration tests 2017-08-11 18:17:19 +02:00
GenericService.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Grpc.IntegrationTesting.csproj introduce common.props, set LangVersion to 7.2 2020-10-26 14:11:17 +01:00
Histogram.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
HistogramTest.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
IClientRunner.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
IServerRunner.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
InterarrivalTimers.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
InteropClient.cs remove C# workaround for DeadlineExceeded status #2685 2019-09-03 17:03:11 +02:00
InteropClientServerTest.cs fix warnings in integration tests 2017-08-11 18:17:19 +02:00
InteropServer.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Messages.cs Upgrade third_party/protobuf to v3.17.3 (#27227) 2021-09-05 22:21:37 -07:00
MetadataCredentialsTest.cs improve MetadataCredentialsTest 2020-01-15 09:51:55 +01:00
Metrics.cs Upgrade third_party/protobuf to v3.17.3 (#27227) 2021-09-05 22:21:37 -07:00
MetricsGrpc.cs Add "GeneratedCode" attribute to generated service stubs (#26164) 2021-05-12 12:26:29 +02:00
NUnitMain.cs C#: avoid unnecessary ifdefine in NUnitMain.cs 2018-12-03 15:17:52 +01:00
Payloads.cs Upgrade third_party/protobuf to v3.17.3 (#27227) 2021-09-05 22:21:37 -07:00
QpsWorker.cs reduce threadpool size for qps benchmarks 2017-07-26 14:18:06 +02:00
ReportQpsScenarioService.cs regenerate C# protos 2020-01-15 04:43:59 -05:00
ReportQpsScenarioServiceGrpc.cs Add "GeneratedCode" attribute to generated service stubs (#26164) 2021-05-12 12:26:29 +02:00
RunnerClientServerTest.cs fix warnings in integration tests 2017-08-11 18:17:19 +02:00
ServerRunners.cs C# benchmarks provide userTime and systemTime info 2017-11-30 09:06:20 +01:00
Settings.StyleCop remove tabs 2015-11-17 16:31:37 -08:00
SslCredentialsTest.cs Changes needed to enable TLS 1.3. 2020-06-08 18:56:15 -07:00
Stats.cs Upgrade third_party/protobuf to v3.17.3 (#27227) 2021-09-05 22:21:37 -07:00
StressTestClient.cs C# benchmarks provide userTime and systemTime info 2017-11-30 09:06:20 +01:00
Test.cs regenerate proto files for csharp, php, ruby 2021-01-11 09:58:05 +01:00
TestCredentials.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
TestGrpc.cs Add "GeneratedCode" attribute to generated service stubs (#26164) 2021-05-12 12:26:29 +02:00
TestServiceImpl.cs fix warnings in integration tests 2017-08-11 18:17:19 +02:00
TimeStats.cs C# benchmarks provide userTime and systemTime info 2017-11-30 09:06:20 +01:00
UnobservedTaskExceptionTest.cs address review comments 2019-11-26 21:41:12 +01:00
WorkerService.cs regenerate C# protos 2020-01-15 04:43:59 -05:00
WorkerServiceGrpc.cs Add "GeneratedCode" attribute to generated service stubs (#26164) 2021-05-12 12:26:29 +02:00
WorkerServiceImpl.cs auto-fix most of licenses 2017-06-08 11:22:41 +02:00
XdsInteropClient.cs csharp xds test client: decrease log output 2020-08-28 12:48:41 -07:00
XdsInteropClientTest.cs support xDS traffic splitting and routing in c# interop 2020-08-05 15:39:42 +02:00