rspec_trunk_flaky_tests 0.7.8-x86_64-linux → 0.7.9-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/context_ruby/3.0/context_ruby.so +0 -0
- data/lib/context_ruby/3.1/context_ruby.so +0 -0
- data/lib/context_ruby/3.2/context_ruby.so +0 -0
- data/lib/context_ruby/3.3/context_ruby.so +0 -0
- data/lib/context_ruby/3.4/context_ruby.so +0 -0
- data/lib/trunk_spec_helper.rb +1 -0
- 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: 581b79f29bd57b9ffb1eeafc595c66ccf93b31b0e1a6666f0df1192666abcab1
|
4
|
+
data.tar.gz: 479ea8e37722aea6e0bb4188a951db57eec7257ba26b6c4eed950a9d285742aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53b4a8f6c2f9b4f27820bdde069cf30f38fd3d92425463689cbe1bde90bd09050cfeeeb4d6d2c3a23ceacea7306e4b6fc87588300b71d01853eff2d98dd8c91c
|
7
|
+
data.tar.gz: d56344025337636fb0714d420b9ef7226bf2e2b413501ac7a54ed37cfbfa6000716bb3c3e175644eac4a49f85e9bd2ccd5670aad476db89bb14934c119f60c6a
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/trunk_spec_helper.rb
CHANGED
@@ -47,6 +47,7 @@ module RSpec
|
|
47
47
|
# decide if we want to fail the test or not
|
48
48
|
# trunk-ignore(rubocop/Naming/AccessorMethodName,rubocop/Metrics/MethodLength,rubocop/Metrics/AbcSize)
|
49
49
|
def set_exception(exception)
|
50
|
+
return set_exception_core(exception) if metadata[:pending]
|
50
51
|
return set_exception_core(exception) if trunk_disabled
|
51
52
|
return set_exception_core(exception) if metadata[:retry_attempts]&.positive?
|
52
53
|
|
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.7.
|
4
|
+
version: 0.7.9
|
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-04-
|
11
|
+
date: 2025-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec-core
|