rspec_trunk_flaky_tests 0.12.1-x86_64-linux → 0.12.2.pre.beta.0-x86_64-linux

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: 4e515a45212bf4c47e9226ffb97ade4cb2e3a27b94b1ec45ea6eb6342883e0ad
4
- data.tar.gz: 3fb36f2f6947b10a817da8a6008ba5a1ef07cdb626e1b8c1042026510f74bf57
3
+ metadata.gz: 8f9b057243c0dba580c21400562da3f2677d53b757ea9223e2ec8dfd28a41fa2
4
+ data.tar.gz: 14848fbe9319492478a982f7a804fe468ad2728a76c6cf7f0fb2a5c16727eec3
5
5
  SHA512:
6
- metadata.gz: fe4c37035db39f4cb918967f212fefab35a08d1e1a4a43b6aa3ab96b1b011bfd03b15ede51664da3dfcf583e6704849432712016fe779ac252fd8cf88733c0fb
7
- data.tar.gz: cc6bd5a621631dab366a7fbecf0ae56d3ec461d2b192a2a26e63e9ab8259dce662636f51207b1396a64cac408abcfe6f715a8e47b37ddded4a49c9a3cab80942
6
+ metadata.gz: 3c3e233db17213f04b3aa0106d2ae4b3b2d575700ee54b8ec29800306124a6a5b6085d9e601147a9637781f31a31c7b77a63c126b97b134a6cf6dad9e2b12cfb
7
+ data.tar.gz: 7195af9530f12038613bf688804fb8753b4ae7c261481456c3a50e44f41ef84efd7f9bdd3c7b254bcb5cac1999203ac38a673872baafb915ebd35f608863dd3c
@@ -25,6 +25,7 @@
25
25
  # TRUNK_DRY_RUN - Set to 'true' to save bundle locally instead of uploading
26
26
  # TRUNK_USE_UNCLONED_REPO - Set to 'true' for uncloned repo mode
27
27
  # TRUNK_LOCAL_UPLOAD_DIR - Directory to save test results locally (disables upload)
28
+ # TRUNK_QUARANTINED_TESTS_DISK_CACHE_TTL_SECS - Time to cache quarantined tests on disk (in seconds)
28
29
  # DISABLE_RSPEC_TRUNK_FLAKY_TESTS - Set to 'true' to completely disable Trunk
29
30
  #
30
31
  require 'rspec/core'
@@ -72,7 +73,7 @@ def trunk_disabled
72
73
  ENV['TRUNK_ORG_URL_SLUG'].nil? || ENV['TRUNK_API_TOKEN'].nil?
73
74
  end
74
75
 
75
- # we want to cache the test report so we can add to it as we go and reduce the number of API calls
76
+ # we want to cache the test report in memory so we can add to it as we go and reduce the number of API calls
76
77
  $test_report = TestReport.new('rspec', "#{$PROGRAM_NAME} #{ARGV.join(' ')}", nil)
77
78
 
78
79
  module RSpec
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_trunk_flaky_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.12.2.pre.beta.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Trunk Technologies, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-19 00:00:00.000000000 Z
11
+ date: 2025-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-core