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 +4 -4
- data/lib/rspec_trunk_flaky_tests/3.0/rspec_trunk_flaky_tests.so +0 -0
- data/lib/rspec_trunk_flaky_tests/3.1/rspec_trunk_flaky_tests.so +0 -0
- data/lib/rspec_trunk_flaky_tests/3.2/rspec_trunk_flaky_tests.so +0 -0
- data/lib/rspec_trunk_flaky_tests/3.3/rspec_trunk_flaky_tests.so +0 -0
- data/lib/rspec_trunk_flaky_tests/3.4/rspec_trunk_flaky_tests.so +0 -0
- data/lib/trunk_spec_helper.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f9b057243c0dba580c21400562da3f2677d53b757ea9223e2ec8dfd28a41fa2
|
|
4
|
+
data.tar.gz: 14848fbe9319492478a982f7a804fe468ad2728a76c6cf7f0fb2a5c16727eec3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c3e233db17213f04b3aa0106d2ae4b3b2d575700ee54b8ec29800306124a6a5b6085d9e601147a9637781f31a31c7b77a63c126b97b134a6cf6dad9e2b12cfb
|
|
7
|
+
data.tar.gz: 7195af9530f12038613bf688804fb8753b4ae7c261481456c3a50e44f41ef84efd7f9bdd3c7b254bcb5cac1999203ac38a673872baafb915ebd35f608863dd3c
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/trunk_spec_helper.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2025-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec-core
|