[#135] Add fuzzing tests for handlers #135
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-http-gw#135
Loading…
Reference in a new issue
No description provided.
Delete branch "ognev/frostfs-http-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
be79849ae8
to8f416c9716
Commit should have
[#135] Add fuzzing tests for handlers
header.Port these changes to
support/v0.30
branch after merge.8f416c9716
to4bc3159f26
[OBJECT-8668] Add fuzzing tests for handlersto [OBJECT-8668] Add fuzzing tests for handlersdone
[OBJECT-8668] Add fuzzing tests for handlersto [#135] Add fuzzing tests for handlersI think, DCO sign-off should have email in
< >
braces.4bc3159f26
toa3455fba94
a3455fba94
to2c042d6e12
2c042d6e12
tob29c441770
b29c441770
to82c40412c7
@ -30,6 +30,12 @@ PKG_VERSION ?= $(shell echo $(VERSION) | sed "s/^v//" | \
sed "s/-/~/")-${OS_RELEASE}
.PHONY: debpackage debclean
FUZZING_DIR = $(shell pwd)/tests/fuzzing/files
We can drop this variabl. Also from
clean
target@ -0,0 +219,4 @@
func InitFuzzUpload() {
}
Please, use the same style across this file
or
82c40412c7
toca426fff4d