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: 3770b676c5ff745323a47749eb04f305d435cff9769a9b567a1cc76289d5b2bb
4
- data.tar.gz: 9cab37f5980a19ce80980dec4f97d867ca7bfe6e5524b383c71ea8d01509bbc8
3
+ metadata.gz: d7df1d6d1b5ee563fcd8cd9815a4b7b092c1e9074e8b8c904bfb3ed6eaa5f04c
4
+ data.tar.gz: 88a0eeff9c26dbab342b26bba7f62f514a755b64510121ce7edf3f6b55e59237
5
5
  SHA512:
6
- metadata.gz: 42a46bd31d9d7bdf985ad8d430c02e0d7037e116b426ff6358f089ae619f08680cf091758cbe6b5b229612be29e691a5ee760a57fb87b0da91324860b3939590
7
- data.tar.gz: 71e1eda39f86d10c71d4d14770a925eaad6dc09d019c1cbcf7d769c6e23a73de79cce7fab02412b53ddfee8d4f6e0fa56fa55ae9880636491ffa9aa1024121ae
6
+ metadata.gz: 84edab34d80aec77a0c3c1e048f90e6a6faa3c1bada80d16bd38bc9de9832449c1be2b39fc945f77f91ee1d6a1029bfccc5e66b9817f3478f8cf0b2062a32e7d
7
+ data.tar.gz: 8e194b77212f06e0c98a03d08a22c0ab24d6567c6a7e406cdad7f757d58b63d1495a2e3f092d8815e55dc9ac6dbf5d2f4f2a5e67c6c8b6ec14068f3642006490
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlab_quality-test_tooling (3.18.0)
4
+ gitlab_quality-test_tooling (3.18.1)
5
5
  activesupport (>= 7.0)
6
6
  amatch (~> 0.4.1)
7
7
  fog-google (~> 1.24, >= 1.24.1)
@@ -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
- @logger = logger || ::Logger.new($stdout)
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]
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GitlabQuality
4
4
  module TestTooling
5
- VERSION = "3.18.0"
5
+ VERSION = "3.18.1"
6
6
  end
7
7
  end
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.0
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-15 00:00:00.000000000 Z
11
+ date: 2026-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control