[Storage Refactor] Refactor saving execution results #37008
Annotations
10 errors and 5 warnings
Run tests (ledger):
storage/badger/light_transaction_results.go#L15
cannot use (*LightTransactionResults)(nil) (value of type *LightTransactionResults) as storage.LightTransactionResults value in variable declaration: *LightTransactionResults does not implement storage.LightTransactionResults (wrong type for method BatchStore)
|
Run tests (ledger):
storage/badger/transaction_results.go#L17
cannot use (*TransactionResults)(nil) (value of type *TransactionResults) as storage.TransactionResults value in variable declaration: *TransactionResults does not implement storage.TransactionResults (wrong type for method BatchRemoveByBlockID)
|
Run tests (ledger):
storage/badger/consumer_progress.go#L25
undefined: operation.RetrieveProcessedIndex
|
Run tests (ledger):
storage/badger/consumer_progress.go#L35
undefined: operation.InsertProcessedIndex
|
Run tests (ledger):
storage/badger/consumer_progress.go#L44
undefined: operation.SetProcessedIndex
|
Run tests (ledger):
storage/badger/my_receipts.go#L128
cannot use batch (variable of type storage.BatchStorage) as storage.ReaderBatchWriter value in argument to m.genericReceipts.BatchStore: storage.BatchStorage does not implement storage.ReaderBatchWriter (missing method AddCallback)
|
Run tests (ledger):
storage/badger/light_transaction_results.go#L15
cannot use (*LightTransactionResults)(nil) (value of type *LightTransactionResults) as storage.LightTransactionResults value in variable declaration: *LightTransactionResults does not implement storage.LightTransactionResults (wrong type for method BatchStore)
|
Run tests (ledger):
storage/badger/transaction_results.go#L17
cannot use (*TransactionResults)(nil) (value of type *TransactionResults) as storage.TransactionResults value in variable declaration: *TransactionResults does not implement storage.TransactionResults (wrong type for method BatchRemoveByBlockID)
|
Run tests (ledger):
storage/badger/consumer_progress.go#L25
undefined: operation.RetrieveProcessedIndex
|
Run tests (ledger):
storage/badger/consumer_progress.go#L35
undefined: operation.InsertProcessedIndex
|
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Run tests (ledger)
Attempt 1 failed. Reason: Child_process exited with error code 2
|
Run tests (ledger)
Attempt 2 failed. Reason: Child_process exited with error code 2
|
Run tests (ledger)
Attempt 3 failed. Reason: Child_process exited with error code 2
|
Run tests (ledger)
Attempt 4 failed. Reason: Child_process exited with error code 2
|
Loading