grpc 1.37.0-universal-darwin → 1.37.1-universal-darwin
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/src/ruby/lib/grpc/2.4/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/2.5/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/2.6/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/2.7/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/3.0/grpc_c.bundle +0 -0
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/src/ruby/pb/test/xds_client.rb +1 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e933c36c48953163f790c0351bb596352b670904e4be815a6180b56dd332509
|
4
|
+
data.tar.gz: 9f8ad64b847e82294a8a0a6048b101f92b5d6194d8e27f0a4857f7697590845d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 568cf98eca350fd791b1be9d760b1ff78a70e78f5bce792d75b149177cb18fb445ba4baa59108c39255ad7682775da2f4d2acf8a368dc701978f6bf1be01eb79
|
7
|
+
data.tar.gz: efa0823c4d5cd00c798aafca749f0da771aad1069926ab3ac629f66e4f0904369437ace5d2ac99d2b8b182e625338e0a30fe07ac8059dbf4107608bea8d9cb83
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -283,9 +283,7 @@ def run_test_loop(stub, target_seconds_between_rpcs, fail_on_failed_rpcs)
|
|
283
283
|
raise "Unsupported rpc #{rpc}"
|
284
284
|
end
|
285
285
|
rpc_stats_key = rpc.to_s
|
286
|
-
if metadata.key?('rpc-behavior')
|
287
|
-
((metadata['rpc-behavior'] == 'keep-open') or
|
288
|
-
(metadata['rpc-behavior'].start_with?('sleep')))
|
286
|
+
if metadata.key?('rpc-behavior') or metadata.key?('fi_testcase')
|
289
287
|
keep_open_threads << execute_rpc_in_thread(op, rpc_stats_key)
|
290
288
|
else
|
291
289
|
results[rpc] = execute_rpc(op, fail_on_failed_rpcs, rpc_stats_key)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.37.
|
4
|
+
version: 1.37.1
|
5
5
|
platform: universal-darwin
|
6
6
|
authors:
|
7
7
|
- gRPC Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: src/ruby/bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-04-
|
11
|
+
date: 2021-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -354,7 +354,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
354
354
|
- !ruby/object:Gem::Version
|
355
355
|
version: '0'
|
356
356
|
requirements: []
|
357
|
-
rubygems_version: 3.2.
|
357
|
+
rubygems_version: 3.2.16
|
358
358
|
signing_key:
|
359
359
|
specification_version: 4
|
360
360
|
summary: GRPC system in Ruby
|