zeus-parallel_tests 0.3.1 → 0.3.2
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 +4 -4
- data/.ruby-version +1 -1
- data/README.md +1 -0
- data/lib/zeus/parallel_tests/rails.rb +1 -1
- data/lib/zeus/parallel_tests/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a7ebc54dea6de4f790e4035179edb0fa32942de
|
|
4
|
+
data.tar.gz: 6862e2c5b021b12afc3623af767fdb1e618663d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cd797abeb610068cc6096eb3d5421ca17980c511fd8f22b4d0106cb97e092ac923b5d35b294485322dcd6aadb210b4532fb76b28c77ff7f4ec136c4c4c9c090
|
|
7
|
+
data.tar.gz: d48d6270ce986a5594e9cbc2b8a2648c05caa7291e24cf78e2a2a643439664d7770d3860dd580706f651314761956900b8009b11439dc4bfcc441bcedea38b72
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.0
|
|
1
|
+
2.0.0-p648
|
data/README.md
CHANGED
|
@@ -111,6 +111,7 @@ or your cucumbers:
|
|
|
111
111
|
* rspec
|
|
112
112
|
* cucumber
|
|
113
113
|
* guard-rspec since v2.5.2 (just pass `zeus: true` and `parallel: true` into configuration hash, you can play with `bundler: false` option to speed things up)
|
|
114
|
+
* caching: you must set `config.cache_store = :memory_store` as Zeus will not reload the various cache files used by parallel_tests instances
|
|
114
115
|
|
|
115
116
|
## TODO
|
|
116
117
|
|
|
@@ -86,7 +86,7 @@ module Zeus
|
|
|
86
86
|
def spawn_slave
|
|
87
87
|
worker, workers_count, args_file = ARGV
|
|
88
88
|
# Parallels spec reuse main test db instead of db with "1" appended
|
|
89
|
-
ENV['TEST_ENV_NUMBER'] = test_env_number = (worker == '1' ?
|
|
89
|
+
ENV['TEST_ENV_NUMBER'] = test_env_number = (worker == '1' ? '' : worker)
|
|
90
90
|
ENV['PARALLEL_TEST_GROUPS'] = workers_count
|
|
91
91
|
|
|
92
92
|
reconfigure_activerecord test_env_number
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zeus-parallel_tests
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Artur Roszczyk
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: zeus
|
|
@@ -282,7 +282,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
282
282
|
version: '0'
|
|
283
283
|
requirements: []
|
|
284
284
|
rubyforge_project:
|
|
285
|
-
rubygems_version: 2.
|
|
285
|
+
rubygems_version: 2.0.14.1
|
|
286
286
|
signing_key:
|
|
287
287
|
specification_version: 4
|
|
288
288
|
summary: ''
|