[#219] Use zaptest.Logger #219

Merged
alexvanin merged 1 commit from dkirillov/frostfs-http-gw:feature/suppress_log_in_succeded_tests into master 2025-02-24 09:34:56 +00:00
Member

Use zaptest to get logs which get printed only if a test fails
or if you ran go test -v.

Dont use zaptest.Logger for fuzz otherwise ngfuzz/libfuzz crashes

Signed-off-by: Denis Kirillov d.kirillov@yadro.com

Similar to TrueCloudLab/frostfs-s3-gw#646

Use zaptest to get logs which get printed only if a test fails or if you ran go test -v. Dont use zaptest.Logger for fuzz otherwise ngfuzz/libfuzz crashes Signed-off-by: Denis Kirillov <d.kirillov@yadro.com> Similar to https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/pulls/646
dkirillov self-assigned this 2025-02-21 13:11:22 +00:00
dkirillov added 1 commit 2025-02-21 13:11:23 +00:00
[#XX] Use zaptest.Logger
Some checks failed
/ DCO (pull_request) Failing after 29s
/ Vulncheck (pull_request) Successful in 56s
/ Builds (pull_request) Successful in 1m10s
/ OCI image (pull_request) Successful in 1m27s
/ Lint (pull_request) Successful in 2m15s
/ Tests (pull_request) Successful in 1m8s
/ Integration tests (pull_request) Successful in 6m0s
2d10f852e3
Use zaptest to get logs which get printed only if a test fails
or if you ran go test -v.

Dont use zaptest.Logger for fuzz otherwise ngfuzz/libfuzz crashes

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
requested reviews from storage-services-developers, storage-services-committers 2025-02-21 13:11:23 +00:00
dkirillov changed title from [#XX] Use zaptest.Logger to [#219] Use zaptest.Logger 2025-02-21 13:11:41 +00:00
dkirillov force-pushed feature/suppress_log_in_succeded_tests from 2d10f852e3 to a651b5823f 2025-02-21 13:12:02 +00:00 Compare
alexvanin added this to the v0.33.0 milestone 2025-02-24 09:25:11 +00:00
alexvanin reviewed 2025-02-24 09:27:03 +00:00
@ -93,3 +85,1 @@
}
file, err := fetchMultipartFile(logger, r, bound)
file, err := fetchMultipartFile(zap.NewNop(), r, bound)
Owner

I think S3 uses zaptest.NewLogger() in TrueCloudLab/frostfs-s3-gw#646

Should we use Nop logger?

I think S3 uses `zaptest.NewLogger()` in https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/pulls/646 Should we use Nop logger?
Owner

This is used in bench, then it makes sense.

This is used in bench, then it makes sense.
alexvanin marked this conversation as resolved
alexvanin approved these changes 2025-02-24 09:34:33 +00:00
alexvanin merged commit a651b5823f into master 2025-02-24 09:34:56 +00:00
alexvanin deleted branch feature/suppress_log_in_succeded_tests 2025-02-24 09:34:57 +00:00
alexvanin referenced this pull request from a commit 2025-02-24 09:34:58 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-http-gw#219
No description provided.