gitlab_quality-test_tooling 3.18.0 → 3.18.1
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: d7df1d6d1b5ee563fcd8cd9815a4b7b092c1e9074e8b8c904bfb3ed6eaa5f04c
|
|
4
|
+
data.tar.gz: 88a0eeff9c26dbab342b26bba7f62f514a755b64510121ce7edf3f6b55e59237
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84edab34d80aec77a0c3c1e048f90e6a6faa3c1bada80d16bd38bc9de9832449c1be2b39fc945f77f91ee1d6a1029bfccc5e66b9817f3478f8cf0b2062a32e7d
|
|
7
|
+
data.tar.gz: 8e194b77212f06e0c98a03d08a22c0ab24d6567c6a7e406cdad7f757d58b63d1495a2e3f092d8815e55dc9ac6dbf5d2f4f2a5e67c6c8b6ec14068f3642006490
|
data/Gemfile.lock
CHANGED
|
@@ -33,7 +33,11 @@ module GitlabQuality
|
|
|
33
33
|
@jest_quarantine_file = jest_quarantine_file
|
|
34
34
|
@captured_sha = captured_sha.to_s
|
|
35
35
|
@skip_aggregation = skip_aggregation
|
|
36
|
-
|
|
36
|
+
# Default to INFO. The export logs every batched INSERT at debug via
|
|
37
|
+
# the ClickHouse client, and at full-bucket scale that floods the CI
|
|
38
|
+
# job log past its size limit and buries real errors. Callers can pass
|
|
39
|
+
# a debug logger explicitly when they need the SQL.
|
|
40
|
+
@logger = logger || ::Logger.new($stdout, level: ::Logger::INFO)
|
|
37
41
|
end
|
|
38
42
|
|
|
39
43
|
# @return [void]
|
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: 3.18.
|
|
4
|
+
version: 3.18.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GitLab Quality
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: climate_control
|