Skip to content

New WAL implementation with configurable variables #3324

New WAL implementation with configurable variables

New WAL implementation with configurable variables #3324

Triggered via pull request December 3, 2024 07:09
Status Failure
Total duration 1m 10s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: config/config.go#L187
ST1011: var SegmentRotationTimeSec is of type time.Duration; don't use unit-specific suffix "Sec" (stylecheck)
lint: config/config.go#L188
ST1011: var BufferSyncIntervalMillis is of type time.Duration; don't use unit-specific suffix "Millis" (stylecheck)
lint: config/config.go#L191
ST1011: var SegmentRetentionDurationSec is of type time.Duration; don't use unit-specific suffix "Sec" (stylecheck)
lint: internal/iothread/iothread.go#L567
Error return value of `t.wl.LogCommand` is not checked (errcheck)
lint: internal/iothread/iothread.go#L573
Error return value of `t.wl.LogCommand` is not checked (errcheck)
lint: internal/wal/wal_aof.go#L57
empty-lines: extra empty line at the start of a block (revive)
lint: internal/wal/wal_aof.go#L79
empty-lines: extra empty line at the start of a block (revive)
lint: internal/wal/wal_aof.go#L98
SA9003: empty branch (staticcheck)
lint: internal/wal/wal_aof.go#L98
empty-block: this block is empty, you can remove it (revive)
lint: internal/wal/wal_aof.go#L126
SA4006: this value of `err` is never used (staticcheck)
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636