tests: add tests for reliable service under packet loss #23
build-refactor.yml
on: pull_request
short-tests
17s
lint
6s
gosec
38s
coverage-threshold
16s
integration
28s
Annotations
10 warnings
lint:
internal/controlchannel/controlchannel.go#L1
should have a package comment
|
lint:
internal/optional/optional.go#L1
should have a package comment
|
lint:
internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
|
lint:
internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
|
lint:
internal/packetmuxer/service.go#L193
should replace ws.hardResetCount += 1 with ws.hardResetCount++
|
lint:
internal/session/manager.go#L198
if block ends with a return statement, so drop this else and outdent its block
|
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/session/manager.go#L21
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/tlssession/tlsbio.go#L83
parameter 'tt' seems to be unused, consider removing or renaming it as _
|