gitlab_quality-test_tooling 2.14.0 → 2.15.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 578bfa525e271f923da25fa0a1c1bf10e21eaa662fd3b69a2cc4e475bf549b31
|
4
|
+
data.tar.gz: 5e26ee8c7832bedd825221e193594accc12700295f63d3e175ee544661f41435
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2550e871ca1284e24b0f0568c69176a15b523e68fec28d654845894f68a36be86897f09d088e31adda1c7643e18899e43a546745e94b9242c9b5059d177a19d
|
7
|
+
data.tar.gz: e7f7597cf13cbc418b712506af536de69234282e5aa59d7df6eda2d36afc1c89cce2ae4c71847e5e247e5ca6b1002c55fdbb030ebbaf50f045935947cb0eb019
|
data/Gemfile.lock
CHANGED
@@ -25,7 +25,8 @@ module GitlabQuality
|
|
25
25
|
|
26
26
|
NEW_ISSUE_LABELS = Set.new(%w[test failure::new priority::2 automation:bot-authored type::maintenance]).freeze
|
27
27
|
SCREENSHOT_IGNORED_ERRORS = ['500 Internal Server Error', 'fabricate_via_api!', 'Error Code 500'].freeze
|
28
|
-
|
28
|
+
FAILURE_ISSUE_GUIDE_URL = "https://handbook.gitlab.com/handbook/engineering/testing/guide-to-e2e-test-failure-issues/"
|
29
|
+
FAILURE_ISSUE_HANDBOOK_GUIDE = "**:rotating_light: [End-to-End Test Failure Issue Debugging Guide](#{FAILURE_ISSUE_GUIDE_URL}) :rotating_light:**\n".freeze
|
29
30
|
# Map commits to security fork (gitlab-org/security/gitlab) for gitlab-org/gitlab since security patches exist
|
30
31
|
# there before being released to the public repository
|
31
32
|
DIFF_PROJECT_MAPPINGS = {
|
@@ -300,7 +301,7 @@ module GitlabQuality
|
|
300
301
|
end
|
301
302
|
|
302
303
|
def new_issue_description(test)
|
303
|
-
super + [
|
304
|
+
FAILURE_ISSUE_HANDBOOK_GUIDE + super + [
|
304
305
|
"\n#{commit_diff_section}",
|
305
306
|
"### Stack trace",
|
306
307
|
"```\n#{test.full_stacktrace}\n```",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab_quality-test_tooling
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitLab Quality
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: climate_control
|