build(deps): bump pgregory.net/rapid from 0.4.0 to 1.1.0 #1511
test.yaml
on: pull_request
Run tests defined for the project
2m 24s
Perform CodeQL analysis
4m 13s
Run editorconfig checker
5s
Annotations
10 errors and 10 warnings
Run tests defined for the project:
core/capabilities_test.go#L95
invalid operation: rapid.IntRange(0, 512).Draw(t, "nbCaps") (value of type int) is not an interface
|
Run tests defined for the project:
core/capabilities_test.go#L99
invalid operation: isSet.Draw(t, "isSet") (value of type int) is not an interface
|
Run tests defined for the project:
core/capabilities_test.go#L105
invalid operation: rapid.IntRange(0, len(caps)).Draw(t, "reductionSz") (value of type int) is not an interface
|
Run tests defined for the project:
core/capabilities_test.go#L110
invalid operation: rapid.IntRange(0, len(subsetCaps) - 1).Draw(t, "k") (value of type int) is not an interface
|
Run tests defined for the project:
core/capabilities_test.go#L352
invalid operation: rapid.IntRange(0, 256).Draw(t, "capLen") (value of type int) is not an interface
|
Run tests defined for the project:
core/capabilities_test.go#L356
invalid operation: randCaps.Draw(t, "cap") (value of type int) is not an interface
|
Run tests defined for the project:
core/lb_test.go#L32
invalid operation: rapid.IntRange(1, 10).Draw(t, "cost") (value of type int) is not an interface
|
Run tests defined for the project:
core/lb_test.go#L58
invalid operation: rapid.IntRange(0, len(sessions) - 1).Draw(t, "sess") (value of type int) is not an interface
|
Run tests defined for the project:
core/lb_test.go#L122
invalid operation: rapid.IntRange(0, len(sessions) - 1).Draw(t, "sess") (value of type int) is not an interface
|
Run tests defined for the project:
core/lb_test.go#L277
invalid operation: rapid.IntRange(0, i).Draw(t, "j") (value of type int) is not an interface
|
Run tests defined for the project:
cmd/simple_auth_server/simple_auth_server.go#L17
struct field Url should be URL
|
Run tests defined for the project:
cmd/livepeer_bench/livepeer_bench.go#L241
should replace realTimeSegCount += 1 with realTimeSegCount++
|
Run tests defined for the project:
cmd/livepeer/starter/starter.go#L64
const BroadcasterRpcPort should be BroadcasterRPCPort
|
Run tests defined for the project:
cmd/livepeer/starter/starter.go#L78
struct field HttpAddr should be HTTPAddr
|
Run tests defined for the project:
cmd/livepeer/starter/starter.go#L67
const OrchestratorRpcPort should be OrchestratorRPCPort
|
Run tests defined for the project:
cmd/livepeer/starter/starter.go#L85
struct field HttpIngest should be HTTPIngest
|
Run tests defined for the project:
cmd/livepeer/starter/starter.go#L112
struct field EthUrl should be EthURL
|
Run tests defined for the project:
cmd/livepeer/starter/starter.go#L135
struct field MetadataQueueUri should be MetadataQueueURI
|
Run tests defined for the project:
test/e2e/e2e.go#L56
var webServerUri should be webServerURI
|
Run tests defined for the project:
cmd/livepeer/starter/starter.go#L155
var defaultHttpAddr should be defaultHTTPAddr
|