MCPcopy
hub / github.com/etcd-io/etcd / verifyCheck

Function verifyCheck

server/etcdserver/api/v3rpc/validationfuzz_test.go:157–162  ·  view source on GitHub ↗
(t *testing.T, check func() error)

Source from the content-addressed store, hash-verified

155}
156
157func verifyCheck(t *testing.T, check func() error) {
158 errCheck := check()
159 if errCheck != nil {
160 t.Skip("Validation not passing. Skipping the apply.")
161 }
162}
163
164func execTransaction(t *testing.T, req *pb.RequestOp) {
165 b, _ := betesting.NewDefaultTmpBackend(t)

Callers 3

FuzzTxnRangeRequestFunction · 0.85
FuzzTxnPutRequestFunction · 0.85

Calls 1

SkipMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…