itriagetestrail 0.6.8 → 0.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 03eff0bcfc90b41da4b221f357b0e2a0954d2097
4
- data.tar.gz: df810d0c5cac39939071e004b603d92a913cb38f
3
+ metadata.gz: 49cf8ce0564d01cb1a724ba3174fd29545bbbe55
4
+ data.tar.gz: f3c2c0bdc05151cdb08955e769fe932812b393d4
5
5
  SHA512:
6
- metadata.gz: 9484f41033b1f52116c57a064e0b449a733f435d3966577001a1642ead82492c4dd902532fbad017013d985a2df654858a6ad5f974eaea061ccad088afab7cd7
7
- data.tar.gz: e13dfdb3b51cc87eee94e59bf273ca656791ece7f8848073cd8029a9b6878f6ce4413b73ad057d7ff8a2afc751ad883f691270bdcb3fbb4b38806d3b3c336c40
6
+ metadata.gz: b2bb245f51a3df3fe1ec560b8191c38f9c1a77933073e24410903e7883d438a48a49d5c407952fb193adab1562bdd0349e7c6d7bd5957eebc5594fdafc6f8aed
7
+ data.tar.gz: fde7b4725726ad48485bcdb7acf625c06659c4bc02e50647000ce9b9f700a67e052899e5b5777f5ee8f96cf4c3efedd1f7a4661c3a3b61b622cd0e180617ac26
@@ -510,6 +510,8 @@ module Itriagetestrail
510
510
  send = {include_all: true, description: executed_ids.uniq.join(",")}
511
511
  else
512
512
 
513
+ # attempt wait to ensure all threads published before changing scope
514
+ sleep 10
513
515
  # tests from all threads have been pushed, eliminate non executed test cases from the run
514
516
  send = {include_all: false, case_ids: existing_cases}
515
517
 
@@ -1,3 +1,3 @@
1
1
  module Itriagetestrail
2
- VERSION = '0.6.8'
2
+ VERSION = '0.6.9'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itriagetestrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.8
4
+ version: 0.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - a801069
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-17 00:00:00.000000000 Z
11
+ date: 2017-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler