[#480] Add fuzzing tests #480

Merged
alexvanin merged 1 commit from ognev/frostfs-s3-gw:feature/fuzzing into master 2024-09-02 14:08:51 +00:00
Member

Signed-off-by: Roman Ognev r.ognev@yadro.com

Signed-off-by: Roman Ognev <r.ognev@yadro.com>
ognev added 1 commit 2024-08-30 11:45:27 +00:00
[#480] Add fuzzing tests
Some checks reported warnings
/ Vulncheck (pull_request) Has been cancelled
/ Builds (1.22) (pull_request) Has been cancelled
/ Builds (1.23) (pull_request) Has been cancelled
/ DCO (pull_request) Has been cancelled
/ Lint (pull_request) Has been cancelled
/ Tests (1.22) (pull_request) Has been cancelled
/ Tests (1.23) (pull_request) Has been cancelled
3efe9814f6
Signed-off-by: Roman Ognev <r.ognev@yadro.com>
ognev force-pushed feature/fuzzing from 3efe9814f6 to 80b05ceb50 2024-08-30 16:32:10 +00:00 Compare
ognev force-pushed feature/fuzzing from 80b05ceb50 to 3bc699bd11 2024-08-30 16:44:03 +00:00 Compare
ognev force-pushed feature/fuzzing from 3bc699bd11 to b3002e5733 2024-09-02 12:10:41 +00:00 Compare
dkirillov reviewed 2024-09-02 12:53:23 +00:00
dkirillov left a comment
Member

Please fix lint errors

Please fix lint errors
Makefile Outdated
@ -24,2 +24,4 @@
TMP_DIR := .cache
# Variables for fuzzing
FUZZING_DIR = $(shell pwd)/tests/fuzzing/files
Member

Drop this variable (from clean target also)

Drop this variable (from `clean` target also)
dkirillov marked this conversation as resolved
@ -0,0 +76,4 @@
postReg: NewRegexpMatcher(postPolicyCredentialRegexp),
}
c.Authenticate(req)
Member

If we aren't interested in error from this function, lets explicitly highlight this

_, _ = c.Authenticate(req)
If we aren't interested in error from this function, lets explicitly highlight this ```golang _, _ = c.Authenticate(req) ```
dkirillov marked this conversation as resolved
@ -41,2 +43,4 @@
type handlerContextBase struct {
owner user.ID
t *testing.T
Member

This isn't used anymore

This isn't used anymore
dkirillov marked this conversation as resolved
ognev force-pushed feature/fuzzing from b3002e5733 to 664f83b2b7 2024-09-02 12:59:26 +00:00 Compare
dkirillov approved these changes 2024-09-02 13:36:55 +00:00
alexvanin approved these changes 2024-09-02 14:08:45 +00:00
alexvanin merged commit 664f83b2b7 into master 2024-09-02 14:08:51 +00:00
alexvanin referenced this pull request from a commit 2024-09-02 14:08:54 +00:00
alexvanin deleted branch feature/fuzzing 2024-09-02 14:08:56 +00:00
alexvanin added this to the v0.30.4 milestone 2024-09-03 08:15:13 +00:00
alexvanin referenced this pull request from a commit 2024-09-03 10:58:25 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 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-s3-gw#480
No description provided.