Skip to content

tests: add tests for reliable service under packet loss #29

tests: add tests for reliable service under packet loss

tests: add tests for reliable service under packet loss #29

Triggered via pull request February 8, 2024 17:42
Status Success
Total duration 46s
Artifacts

build-refactor.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: internal/tlssession/tlsbio.go#L79
parameter 'tt' seems to be unused, consider removing or renaming it as _
lint: internal/tlssession/tlsbio.go#L75
parameter 'tt' seems to be unused, consider removing or renaming it as _
lint: internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
lint: internal/tlssession/tlsbio.go#L83
parameter 'tt' seems to be unused, consider removing or renaming it as _
lint: internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
lint: internal/controlchannel/controlchannel.go#L1
should have a package comment
lint: internal/tlssession/tlshandshake.go#L160
parameter 'verifiedChains' seems to be unused, consider removing or renaming it as _
lint: internal/optional/optional.go#L1
should have a package comment
lint: internal/model/packet.go#L24
don't use ALL_CAPS in Go names; use CamelCase
lint: internal/session/manager.go#L198
if block ends with a return statement, so drop this else and outdent its block