mod: bump dragonboat to pebble 1.0.0 #432
test.yml
on: pull_request
unit-test
1m 29s
race-unit-test
3m 38s
memfs-unit-test
1m 36s
macos-unit-test
5m 24s
build-tools
47s
build-examples
2m 40s
static-check
1m 51s
Annotations
13 errors
unit-test
Process completed with exit code 2.
|
memfs-unit-test
Process completed with exit code 2.
|
static-check:
internal/logdb/kv_test.go#L354
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
static-check:
internal/rsm/encoded_test.go#L79
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
static-check:
internal/rsm/managed_test.go#L30
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: Programs that call Seed and then expect a specific sequence of results from the global random source (using functions such as Int) can be broken when a dependency changes how much it consumes from the global random source. To avoid such breakages, programs that need a specific result sequence should use NewRand(NewSource(seed)) to obtain a random generator that other packages cannot access. (staticcheck)
|
static-check:
internal/rsm/rwv_test.go#L38
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
static-check:
internal/rsm/rwv_test.go#L47
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
static-check:
internal/transport/chunk_test.go#L52
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
static-check:
internal/transport/transport_test.go#L119
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
static-check:
internal/transport/transport_test.go#L142
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
static-check:
internal/utils/dio/io_test.go#L75
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
static-check:
internal/utils/dio/io_test.go#L107
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
race-unit-test
Process completed with exit code 2.
|