turbo_tests2 3.2.11 → 3.2.12

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
  SHA256:
3
- metadata.gz: 16d5ef3bd4de0435e874b16139fe1c8b669733bcc93e306adf5716cd26d355b7
4
- data.tar.gz: 64c1840788d9e9e3f71e02d61b7116b304f3d77baa8b696adb6f0e51c76a4a83
3
+ metadata.gz: 9f0466a1bb4c09b6337f7cd3c62df308c83fdd3f7ea950d9cc9489e118d634e1
4
+ data.tar.gz: 177994c048ccb4acdf41c99e5c0bea8573dc388e1e34a4c99b0f818ec6f8f107
5
5
  SHA512:
6
- metadata.gz: 95bd55c4719dea01ef407c348e9bae769bf32a8d0891632833106ffd1989fa2d670cc98705fdd0a4aca36f233e280e72cac92a81cf0b4ee6ab0bc4ef13f8782b
7
- data.tar.gz: 1a4c509273a537ed29d785bd2962676deafc8ddb732d3cea29307d684ef05987bc999298e1593ea85543892a8d293180e96ffab72ff57f41de7193f17aa67545
6
+ metadata.gz: 62c6914590a7bd5637d38fb872e8f7cbd3de840ddd0c400c2aab688528146c09b0e39c83dfeda00cfbc3038e2244785162f9ba572c3c7179ffceaf2b610c5152
7
+ data.tar.gz: bec33a7549867ad9cdfa0998abe1e99ad198220159cb1fe2e5a07a219ba72202c8075c4c5a8e246ccbf8e7baba6f2cf65ca3732ed356e245d15df8beb7f68a79
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,27 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [3.2.12] - 2026-09-26
34
+
35
+ - TAG: [v3.2.12][3.2.12t]
36
+ - COVERAGE: 96.83% -- 917/947 lines in 10 files
37
+ - BRANCH COVERAGE: 84.59% -- 247/292 branches in 10 files
38
+ - 36.36% documented
39
+
40
+ ### Changed
41
+
42
+ - [kc] kettle-jem/prepare: updated 7 project files:
43
+ - dependencies (7)
44
+
45
+ - [kc] kettle-jem/template: updated 33 project files:
46
+ - code and tests (2)
47
+ - other (1)
48
+ - workflows (30)
49
+
50
+ ### Fixed
51
+
52
+ - Windows runs use size-based worker grouping and skip the runtime logger that requires file locking.
53
+
33
54
  ## [3.2.11] - 2026-09-23
34
55
 
35
56
  - TAG: [v3.2.11][3.2.11t]
@@ -63,9 +84,9 @@ Please file a bug if you notice a violation of semantic versioning.
63
84
 
64
85
  - The multi-process integration summary assertion now supports RSpec's Ruby 3.0-compatible pending-example totals.
65
86
 
66
- - Windows turbo_tests2 workers now invoke Bundler through Ruby instead of executing BUNDLE_BIN_PATH directly.
67
-
68
- - Windows turbo_tests2 workers now resolve Bundler through RubyGems instead of relying on the Windows command shim.
87
+ - Windows turbo_tests2 workers now invoke Bundler through RubyGems using the
88
+ Ruby executable and Bundler's resolved executable path, avoiding direct
89
+ execution of the Windows command shim from `BUNDLE_BIN_PATH`.
69
90
 
70
91
  ## [3.2.10] - 2026-09-15
71
92
 
@@ -646,7 +667,9 @@ Please file a bug if you notice a violation of semantic versioning.
646
667
 
647
668
  - Initial release
648
669
 
649
- [Unreleased]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.11...HEAD
670
+ [Unreleased]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.12...HEAD
671
+ [3.2.12]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.11...v3.2.12
672
+ [3.2.12t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.2.12
650
673
  [3.2.11]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.10...v3.2.11
651
674
  [3.2.11t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.2.11
652
675
  [3.2.10]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.9...v3.2.10
data/README.md CHANGED
@@ -263,10 +263,15 @@ bundle exec turbo_tests2 -n 4 --group-by found
263
263
  bundle exec turbo_tests2 -n 4 -- --group-by runtime
264
264
  ```
265
265
 
266
- `runtime` grouping uses the configured runtime log, which `turbo_tests2`
267
- continues to record by default. `filesize` and `found` do not use runtime
268
- history for the initial split, but worker runtime recording still runs so
269
- future runtime-based runs can use the updated log.
266
+ `runtime` grouping uses the configured runtime log. On platforms other than
267
+ Windows, `turbo_tests2` records runtimes by default. `filesize` and `found` do
268
+ not use runtime history for the initial split, but worker runtime recording
269
+ still runs so future runtime-based runs can use the updated log.
270
+
271
+ On Windows, default file discovery uses filesize grouping and runtime recording
272
+ is disabled because the runtime logger requires file locking that is not
273
+ supported reliably there. An existing runtime log can still be selected
274
+ explicitly with `--group-by runtime`, but Windows runs will not update it.
270
275
 
271
276
  Runtime grouping also supports the explicit `parallel_tests` tuning flags
272
277
  `--allowed-missing PERCENT` and `--unknown-runtime SECONDS`:
@@ -775,7 +780,7 @@ Thanks for RTFM. ☺️
775
780
  [📌gitmoji]: https://gitmoji.dev
776
781
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
777
782
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
778
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.946-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
783
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.947-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
779
784
  [🔐security]: https://github.com/galtzo-floss/turbo_tests2/blob/main/SECURITY.md
780
785
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
781
786
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -52,7 +52,8 @@ module TurboTests
52
52
  opts[:worker_output] || ENV["TURBO_TESTS2_WORKER_OUTPUT"]
53
53
  )
54
54
 
55
- use_runtime_info = default_file_discovery
55
+ use_runtime_info = default_file_discovery && !Gem.win_platform?
56
+ record_runtime = !Gem.win_platform?
56
57
  parallel_options[:runtime_log] ||= runtime_log
57
58
 
58
59
  if example_status_log
@@ -88,7 +89,8 @@ module TurboTests
88
89
  use_runtime_info: use_runtime_info,
89
90
  parallel_options: parallel_options,
90
91
  nice: nice,
91
- worker_output: worker_output
92
+ worker_output: worker_output,
93
+ record_runtime: record_runtime
92
94
  ).run
93
95
  end
94
96
 
@@ -238,7 +240,7 @@ module TurboTests
238
240
  @runtime_log = opts[:runtime_log] || DEFAULT_RUNTIME_LOG
239
241
  @parallel_options = opts.fetch(:parallel_options, {})
240
242
  @parallel_options[:runtime_log] ||= @runtime_log
241
- @record_runtime = true
243
+ @record_runtime = opts.key?(:record_runtime) ? opts[:record_runtime] : true
242
244
 
243
245
  @messages = Thread::Queue.new
244
246
  @threads = []
@@ -4,7 +4,7 @@ module TurboTests
4
4
  # Version namespace for this gem.
5
5
  module Version
6
6
  # Current gem version.
7
- VERSION = "3.2.11"
7
+ VERSION = "3.2.12"
8
8
  end
9
9
  # Current gem version exposed at the traditional constant location.
10
10
  VERSION = Version::VERSION # Traditional Constant Location
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbo_tests2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.11
4
+ version: 3.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Illia
@@ -315,10 +315,10 @@ licenses:
315
315
  - MIT
316
316
  metadata:
317
317
  homepage_uri: https://turbo-tests2.galtzo.com
318
- source_code_uri: https://github.com/galtzo-floss/turbo_tests2/tree/v3.2.11
319
- changelog_uri: https://github.com/galtzo-floss/turbo_tests2/blob/v3.2.11/CHANGELOG.md
318
+ source_code_uri: https://github.com/galtzo-floss/turbo_tests2/tree/v3.2.12
319
+ changelog_uri: https://github.com/galtzo-floss/turbo_tests2/blob/v3.2.12/CHANGELOG.md
320
320
  bug_tracker_uri: https://github.com/galtzo-floss/turbo_tests2/issues
321
- documentation_uri: https://www.rubydoc.info/gems/turbo_tests2/3.2.11
321
+ documentation_uri: https://www.rubydoc.info/gems/turbo_tests2/3.2.12
322
322
  funding_uri: https://github.com/sponsors/pboling
323
323
  wiki_uri: https://github.com/galtzo-floss/turbo_tests2/wiki
324
324
  news_uri: https://www.railsbling.com/tags/turbo_tests2
metadata.gz.sig CHANGED
Binary file