Skip to content

e3: reduce size of domain/hist/ii files. remove history concept from api. #81

e3: reduce size of domain/hist/ii files. remove history concept from api.

e3: reduce size of domain/hist/ii files. remove history concept from api. #81

Triggered via pull request November 8, 2024 05:15
Status Failure
Total duration 13m 13s
Artifacts

test-integration-erigon.yml

on: pull_request
Matrix: tests-mac-linux
Matrix: tests-windows
Fit to window
Zoom out
Zoom in

Annotations

16 errors
tests-mac-linux (macos-14)
cannot use tx (variable of type *Tx) as kv.TemporalTx value in return statement: *Tx does not implement kv.TemporalTx (missing method GetAsOf)
tests-mac-linux (macos-14)
cannot use (*tx)(nil) (value of type *tx) as kv.TemporalTx value in variable declaration: *tx does not implement kv.TemporalTx (missing method GetAsOf)
tests-mac-linux (macos-14)
cannot use kv.History(req.Table) (value of type kv.History) as kv.Domain value in argument to ttx.HistoryRange
tests-mac-linux (macos-14)
cannot use kv.History(req.Table) (value of type kv.History) as kv.Domain value in argument to ttx.HistoryRange
tests-mac-linux (macos-14)
Process completed with exit code 2.
tests-mac-linux (ubuntu-latest-erigontests-large)
The job was canceled because "macos-14" failed.
tests-mac-linux (ubuntu-22.04)
The job was canceled because "macos-14" failed.
tests-mac-linux (ubuntu-22.04)
cannot use tx (variable of type *Tx) as kv.TemporalTx value in return statement: *Tx does not implement kv.TemporalTx (missing method GetAsOf)
tests-mac-linux (ubuntu-22.04)
cannot use (*tx)(nil) (value of type *tx) as kv.TemporalTx value in variable declaration: *tx does not implement kv.TemporalTx (missing method GetAsOf)
tests-mac-linux (ubuntu-22.04)
cannot use kv.History(req.Table) (value of type kv.History) as kv.Domain value in argument to ttx.HistoryRange
tests-mac-linux (ubuntu-22.04)
cannot use kv.History(req.Table) (value of type kv.History) as kv.Domain value in argument to ttx.HistoryRange
tests-mac-linux (ubuntu-22.04)
The operation was canceled.
tests-windows (windows-2022): erigon-lib/kv/temporal/kv_temporal.go#L82
cannot use tx (variable of type *Tx) as kv.TemporalTx value in return statement: *Tx does not implement kv.TemporalTx (missing method GetAsOf)
tests-windows (windows-2022): erigon-lib/kv/remotedbserver/remotedbserver.go#L632
cannot use kv.History(req.Table) (value of type kv.History) as kv.Domain value in argument to ttx.HistoryRange
tests-windows (windows-2022): erigon-lib/kv/remotedb/kv_remote.go#L50
cannot use (*tx)(nil) (value of type *tx) as kv.TemporalTx value in variable declaration: *tx does not implement kv.TemporalTx (missing method GetAsOf)
tests-windows (windows-2022)
Process completed with exit code 1.