Skip to content

Adding WAL Replay functionality #3482

Adding WAL Replay functionality

Adding WAL Replay functionality #3482

Triggered via pull request January 19, 2025 18:13
Status Failure
Total duration 54s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
lint: internal/commandhandler/commandhandler.go#L585
commentedOutCode: may want to remove commented-out code (gocritic)
lint: internal/wal/wal_aof.go#L357
deferInLoop: Possible resource leak, 'defer' is called in the 'for' loop (gocritic)
lint: internal/wal/wal_aof.go#L398
if-return: redundant if ...; err != nil check, just return error instead. (revive)
lint
issues found
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636