[#480] Add fuzzing tests #480
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#480
Loading…
Reference in a new issue
No description provided.
Delete branch "ognev/frostfs-s3-gw:feature/fuzzing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Roman Ognev r.ognev@yadro.com
3efe9814f6
to80b05ceb50
80b05ceb50
to3bc699bd11
3bc699bd11
tob3002e5733
Please fix lint errors
@ -24,2 +24,4 @@
TMP_DIR := .cache
# Variables for fuzzing
FUZZING_DIR = $(shell pwd)/tests/fuzzing/files
Drop this variable (from
clean
target also)@ -0,0 +76,4 @@
postReg: NewRegexpMatcher(postPolicyCredentialRegexp),
}
c.Authenticate(req)
If we aren't interested in error from this function, lets explicitly highlight this
@ -41,2 +43,4 @@
type handlerContextBase struct {
owner user.ID
t *testing.T
This isn't used anymore
b3002e5733
to664f83b2b7