feat: add write-coalesing to atx handling #20626
Annotations
10 errors
activation/atxwriter/atxwriter_test.go#L42
cannot use db (variable of type *"github.com/spacemeshos/go-spacemesh/sql".Database) as "github.com/spacemeshos/go-spacemesh/sql".Executor value in argument to atxs.Has: *"github.com/spacemeshos/go-spacemesh/sql".Database does not implement "github.com/spacemeshos/go-spacemesh/sql".Executor (type *"github.com/spacemeshos/go-spacemesh/sql".Database is pointer to interface, not interface)
|
activation/atxwriter/atxwriter_test.go#L60
cannot use db (variable of type *"github.com/spacemeshos/go-spacemesh/sql".Database) as "github.com/spacemeshos/go-spacemesh/sql".Executor value in argument to atxs.Has: *"github.com/spacemeshos/go-spacemesh/sql".Database does not implement "github.com/spacemeshos/go-spacemesh/sql".Executor (type *"github.com/spacemeshos/go-spacemesh/sql".Database is pointer to interface, not interface)
|
activation/atxwriter/atxwriter_test.go#L77
cannot use db (variable of type *"github.com/spacemeshos/go-spacemesh/sql".Database) as "github.com/spacemeshos/go-spacemesh/sql".Executor value in argument to atxs.Has: *"github.com/spacemeshos/go-spacemesh/sql".Database does not implement "github.com/spacemeshos/go-spacemesh/sql".Executor (type *"github.com/spacemeshos/go-spacemesh/sql".Database is pointer to interface, not interface)
|
activation/atxwriter/atxwriter_test.go#L92
cannot use db (variable of type *"github.com/spacemeshos/go-spacemesh/sql".Database) as "github.com/spacemeshos/go-spacemesh/sql".Executor value in argument to atxs.Has: *"github.com/spacemeshos/go-spacemesh/sql".Database does not implement "github.com/spacemeshos/go-spacemesh/sql".Executor (type *"github.com/spacemeshos/go-spacemesh/sql".Database is pointer to interface, not interface)
|
activation/atxwriter/atxwriter_test.go#L111
db.WithTx undefined (type *"github.com/spacemeshos/go-spacemesh/sql".Database is pointer to interface, not interface)
|
activation/atxwriter/atxwriter_test.go#L111
undefined: sql.Tx
|
activation/atxwriter/atxwriter_test.go#L118
not enough arguments in call to atxs.SetPost
|
activation/atxwriter/atxwriter_test.go#L136
db.WithTx undefined (type *"github.com/spacemeshos/go-spacemesh/sql".Database is pointer to interface, not interface)
|
activation/atxwriter/atxwriter_test.go#L136
undefined: sql.Tx
|
activation/atxwriter/atxwriter_test.go#L144
not enough arguments in call to atxs.SetPost
|
The logs for this run have expired and are no longer available.
Loading