Some checks failed
Tests and linters / Tests (1.19) (pull_request) Successful in 17m39s
DCO action / DCO (pull_request) Failing after 17m51s
Tests and linters / Tests (1.20) (pull_request) Successful in 17m52s
Tests and linters / Tests with -race (pull_request) Successful in 18m17s
Tests and linters / Lint (pull_request) Failing after 22m20s
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
151 lines
3.7 KiB
Go
151 lines
3.7 KiB
Go
//go:build gofuzz
|
|
// +build gofuzz
|
|
|
|
// Code generated by protoc-gen-go-frostfs. DO NOT EDIT.
|
|
|
|
package container
|
|
|
|
import (
|
|
testing "testing"
|
|
)
|
|
|
|
func FuzzProtoPutRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoPutRequest(data)
|
|
})
|
|
}
|
|
func FuzzJSONPutRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONPutRequest(data)
|
|
})
|
|
}
|
|
func FuzzProtoPutResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoPutResponse(data)
|
|
})
|
|
}
|
|
func FuzzJSONPutResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONPutResponse(data)
|
|
})
|
|
}
|
|
func FuzzProtoDeleteRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoDeleteRequest(data)
|
|
})
|
|
}
|
|
func FuzzJSONDeleteRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONDeleteRequest(data)
|
|
})
|
|
}
|
|
func FuzzProtoDeleteResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoDeleteResponse(data)
|
|
})
|
|
}
|
|
func FuzzJSONDeleteResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONDeleteResponse(data)
|
|
})
|
|
}
|
|
func FuzzProtoGetRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoGetRequest(data)
|
|
})
|
|
}
|
|
func FuzzJSONGetRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONGetRequest(data)
|
|
})
|
|
}
|
|
func FuzzProtoGetResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoGetResponse(data)
|
|
})
|
|
}
|
|
func FuzzJSONGetResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONGetResponse(data)
|
|
})
|
|
}
|
|
func FuzzProtoListRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoListRequest(data)
|
|
})
|
|
}
|
|
func FuzzJSONListRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONListRequest(data)
|
|
})
|
|
}
|
|
func FuzzProtoListResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoListResponse(data)
|
|
})
|
|
}
|
|
func FuzzJSONListResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONListResponse(data)
|
|
})
|
|
}
|
|
func FuzzProtoSetExtendedACLRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoSetExtendedACLRequest(data)
|
|
})
|
|
}
|
|
func FuzzJSONSetExtendedACLRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONSetExtendedACLRequest(data)
|
|
})
|
|
}
|
|
func FuzzProtoSetExtendedACLResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoSetExtendedACLResponse(data)
|
|
})
|
|
}
|
|
func FuzzJSONSetExtendedACLResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONSetExtendedACLResponse(data)
|
|
})
|
|
}
|
|
func FuzzProtoGetExtendedACLRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoGetExtendedACLRequest(data)
|
|
})
|
|
}
|
|
func FuzzJSONGetExtendedACLRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONGetExtendedACLRequest(data)
|
|
})
|
|
}
|
|
func FuzzProtoGetExtendedACLResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoGetExtendedACLResponse(data)
|
|
})
|
|
}
|
|
func FuzzJSONGetExtendedACLResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONGetExtendedACLResponse(data)
|
|
})
|
|
}
|
|
func FuzzProtoAnnounceUsedSpaceRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoAnnounceUsedSpaceRequest(data)
|
|
})
|
|
}
|
|
func FuzzJSONAnnounceUsedSpaceRequest(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONAnnounceUsedSpaceRequest(data)
|
|
})
|
|
}
|
|
func FuzzProtoAnnounceUsedSpaceResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzProtoAnnounceUsedSpaceResponse(data)
|
|
})
|
|
}
|
|
func FuzzJSONAnnounceUsedSpaceResponse(f *testing.F) {
|
|
f.Fuzz(func(t *testing.T, data []byte) {
|
|
DoFuzzJSONAnnounceUsedSpaceResponse(data)
|
|
})
|
|
}
|