Skip to content

using exp/rand to reduce memory usage #32

using exp/rand to reduce memory usage

using exp/rand to reduce memory usage #32

Triggered via pull request June 16, 2023 03:00
Status Failure
Total duration 1m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
build: circuitbreaker/sre/sre_test.go#L21
cannot use time.Now().UnixNano() (value of type int64) as type uint64 in argument to rand.NewSource
build: hotkey/hotkey_test.go#L26
cannot use time.Now().Unix() (value of type int64) as type uint64 in argument to rand.NewSource
build: hotkey/hotkey_test.go#L27
cannot use time.Now().Unix() (value of type int64) as type uint64 in argument to rand.NewSource
build: hotkey/hotkey_test.go#L168
cannot use time.Now().Unix() (value of type int64) as type uint64 in argument to rand.NewSource
build: hotkey/hotkey_test.go#L217
cannot use time.Now().Unix() (value of type int64) as type uint64 in argument to rand.NewSource
build: hotkey/hotkey_test.go#L218
cannot use time.Now().Unix() (value of type int64) as type uint64 in argument to rand.NewSource
build: topk/heavykeeper_test.go#L15
cannot use time.Now().Unix() (value of type int64) as type uint64 in argument to rand.NewSource
build: topk/heavykeeper_test.go#L36
cannot use time.Now().Unix() (value of type int64) as type uint64 in argument to rand.NewSource
build
Process completed with exit code 2.