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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c06dac7f4cf3cf56fa12dd71676bf6f2a22c741453b489f11be21ab1701686a
4
- data.tar.gz: 30903c925b20b8a4b9b9bd8d922b03bb78a23563b9d1e7116c12b6e9adc1cbfb
3
+ metadata.gz: 3e933c36c48953163f790c0351bb596352b670904e4be815a6180b56dd332509
4
+ data.tar.gz: 9f8ad64b847e82294a8a0a6048b101f92b5d6194d8e27f0a4857f7697590845d
5
5
  SHA512:
6
- metadata.gz: 9fe932488e33470aaea999d5118a22db4a907c97ef35bb77d0966d4e8e14f0203ada926c2820e0e09d26cc1ad33d7262a631139de4c746b5613dee7598126ec2
7
- data.tar.gz: f2cab5035bd88afab9baa074f85ab472a19ee4187223e5fad0099ee5edcb3a751813464df1c87df65dcf4a24a4e41b0a0c9bd6ddcbef6689f300f4844d818cc5
6
+ metadata.gz: 568cf98eca350fd791b1be9d760b1ff78a70e78f5bce792d75b149177cb18fb445ba4baa59108c39255ad7682775da2f4d2acf8a368dc701978f6bf1be01eb79
7
+ data.tar.gz: efa0823c4d5cd00c798aafca749f0da771aad1069926ab3ac629f66e4f0904369437ace5d2ac99d2b8b182e625338e0a30fe07ac8059dbf4107608bea8d9cb83
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -14,5 +14,5 @@
14
14
 
15
15
  # GRPC contains the General RPC module.
16
16
  module GRPC
17
- VERSION = '1.37.0'
17
+ VERSION = '1.37.1'
18
18
  end
@@ -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') and
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.0
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-07 00:00:00.000000000 Z
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.15
357
+ rubygems_version: 3.2.16
358
358
  signing_key:
359
359
  specification_version: 4
360
360
  summary: GRPC system in Ruby