Skip to content

feat(master): async pruning of orphan nodes #1968

feat(master): async pruning of orphan nodes

feat(master): async pruning of orphan nodes #1968

Triggered via pull request January 31, 2024 02:10
Status Failure
Total duration 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Test: nodedb.go#L100
cannot use db (variable of type "github.com/cosmos/iavl/db".DB) as "github.com/cosmos/cosmos-db".DB value in argument to NewBatchWithFlusher: "github.com/cosmos/iavl/db".DB does not implement "github.com/cosmos/cosmos-db".DB (missing method Delete)
Test: nodedb.go#L363
cannot use ndb.db (variable of type "github.com/cosmos/iavl/db".DB) as "github.com/cosmos/cosmos-db".DB value in argument to NewBatchWithFlusher: "github.com/cosmos/iavl/db".DB does not implement "github.com/cosmos/cosmos-db".DB (missing method Delete)
Test: nodedb.go#L433
undefined: dbm.IteratePrefix
Test: nodedb.go#L506
undefined: dbm.IteratePrefix
Test: nodedb.go#L939
cannot use ndb.db (variable of type "github.com/cosmos/iavl/db".DB) as "github.com/cosmos/cosmos-db".DB value in argument to NewBatchWithFlusher: "github.com/cosmos/iavl/db".DB does not implement "github.com/cosmos/cosmos-db".DB (missing method Delete)
Test
Process completed with exit code 1.