gitlab-qa 5.10.0 → 5.10.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 391e977cce68dfe2121221a474f716594ba841f639e49b9c0e4e37f273141b0c
4
- data.tar.gz: af9e8913c4ecfe5d365ba18222f1dd15a0370c2efaed6d94c91af89b0dcd5e3e
3
+ metadata.gz: 297cdac7b635387a3149a943bf48838c7bbde039d5b1981c4298380c40a5f651
4
+ data.tar.gz: 111bb1d4c02c51ef3865f6f2591b3e64b0deafe010ab8cf135c74bc0d54bf501
5
5
  SHA512:
6
- metadata.gz: 13946f0f1404490edff6465ca7e46a1e748e6cffc2d742e6fd9eb0c20f9ebbcf4c36217f863c07d21a3be622c2e4d45734ae3810b098ead1e1cad0dbdfbde9bc
7
- data.tar.gz: b52d3e85cde22d8aa4819f4597e5146b7629287daeafda81bcf168e22cd833c2b7e3db5b1936503df2f3c4fbcdf20b87955c2d8bdcc084cf8e8d5076f13fd56a
6
+ metadata.gz: c890e876be1104ea0c068114a547767a2f408dd54c34a5cf82261a3c2bb8db2346909c15def2a5f162cd20bfdbb37f73b0db6b0036d753640ec8556b987c9192
7
+ data.tar.gz: 8fcb78a7def6c94a94887ee0cb9ada4e478f7adaa46a1cf533d81244435e4fc61955fce033d8d9c294323b8b34077ff45a6428b92e4cf7afa76cb03f692b4594
@@ -271,7 +271,7 @@ module Gitlab
271
271
  # This error could be raised in assert_user_permission!
272
272
  # If so, we want it to terminate at that point
273
273
  raise
274
- rescue Errno::ETIMEDOUT, OpenSSL::SSL::SSLError, Net::ReadTimeout => e
274
+ rescue SystemCallError, OpenSSL::SSL::SSLError, Net::ReadTimeout, Gitlab::Error::Parsing => e
275
275
  @retry_backoff += RETRY_BACK_OFF_DELAY
276
276
 
277
277
  raise if @retry_backoff > RETRY_BACK_OFF_DELAY * MAX_RETRY_ATTEMPTS
@@ -1,5 +1,5 @@
1
1
  module Gitlab
2
2
  module QA
3
- VERSION = '5.10.0'.freeze
3
+ VERSION = '5.10.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-qa
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.10.0
4
+ version: 5.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grzegorz Bizon
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-05 00:00:00.000000000 Z
11
+ date: 2020-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control