[#135] Add fuzzing tests for handlers #135

Merged
alexvanin merged 1 commit from ognev/frostfs-http-gw:feature/fuzzing into master 2024-09-02 13:52:24 +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 09:26:47 +00:00
[OBJECT-8668] Add fuzzing tests for handlers
Some checks reported warnings
/ Builds (1.21) (pull_request) Has been cancelled
/ Builds (1.22) (pull_request) Has been cancelled
/ DCO (pull_request) Has been cancelled
/ Lint (pull_request) Has been cancelled
/ Tests (1.21) (pull_request) Has been cancelled
/ Tests (1.22) (pull_request) Has been cancelled
/ Vulncheck (pull_request) Has been cancelled
be79849ae8
Signed-off-by: Roman Ognev <r.ognev@yadro.com>
ognev force-pushed feature/fuzzing from be79849ae8 to 8f416c9716 2024-08-30 09:27:31 +00:00 Compare
alexvanin requested review from storage-services-committers 2024-08-30 09:41:59 +00:00
alexvanin requested review from storage-services-developers 2024-08-30 09:42:00 +00:00
Owner

Commit should have [#135] Add fuzzing tests for handlers header.

Commit should have `[#135] Add fuzzing tests for handlers` header.
Owner

Port these changes to support/v0.30 branch after merge.

Port these changes to `support/v0.30` branch after merge.
ognev force-pushed feature/fuzzing from 8f416c9716 to 4bc3159f26 2024-08-30 10:17:48 +00:00 Compare
ognev changed title from [OBJECT-8668] Add fuzzing tests for handlers to [OBJECT-8668] Add fuzzing tests for handlers 2024-08-30 10:18:16 +00:00
Author
Member

Commit should have [#135] Add fuzzing tests for handlers header.

done

> Commit should have `[#135] Add fuzzing tests for handlers` header. done
ognev changed title from [OBJECT-8668] Add fuzzing tests for handlers to [#135] Add fuzzing tests for handlers 2024-08-30 11:26:17 +00:00

I think, DCO sign-off should have email in < > braces.

I think, DCO sign-off should have email in `< >` braces.
ognev force-pushed feature/fuzzing from 4bc3159f26 to a3455fba94 2024-08-30 16:42:41 +00:00 Compare
ognev force-pushed feature/fuzzing from a3455fba94 to 2c042d6e12 2024-08-30 17:06:34 +00:00 Compare
ognev force-pushed feature/fuzzing from 2c042d6e12 to b29c441770 2024-09-02 08:08:59 +00:00 Compare
ognev force-pushed feature/fuzzing from b29c441770 to 82c40412c7 2024-09-02 12:08:28 +00:00 Compare
dkirillov reviewed 2024-09-02 12:37:45 +00:00
Makefile Outdated
@ -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
Member

We can drop this variabl. Also from clean target

We can drop this variabl. Also from `clean` target
dkirillov marked this conversation as resolved
dkirillov reviewed 2024-09-02 12:39:15 +00:00
@ -0,0 +219,4 @@
func InitFuzzUpload() {
}
Member

Please, use the same style across this file

func InitFuzzUpload() {}

or

func InitFuzzUpload() {
}
Please, use the same style across this file ```golang func InitFuzzUpload() {} ``` or ```golang func InitFuzzUpload() { } ```
ognev force-pushed feature/fuzzing from 82c40412c7 to ca426fff4d 2024-09-02 13:03:03 +00:00 Compare
dkirillov approved these changes 2024-09-02 13:38:03 +00:00
alexvanin approved these changes 2024-09-02 13:52:15 +00:00
alexvanin merged commit ca426fff4d into master 2024-09-02 13:52:23 +00:00
alexvanin deleted branch feature/fuzzing 2024-09-02 13:52:31 +00:00
alexvanin added this to the v0.30.2 milestone 2024-09-03 08:14:26 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-services-developers
No milestone
No project
No assignees
4 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#135
No description provided.