Skip to content

test: break up blobindexer logic into smaller func and add unit tests #2911

test: break up blobindexer logic into smaller func and add unit tests

test: break up blobindexer logic into smaller func and add unit tests #2911

Triggered via pull request February 13, 2025 12:54
Status Failure
Total duration 3m 11s
Artifacts

backend-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: backend/pkg/blobindexer/blobindexer.go#L1
: # github.com/gobitfly/beaconchain/pkg/blobindexer [github.com/gobitfly/beaconchain/pkg/blobindexer.test]
lint
blobIndexer.indexBlobsAtSlot undefined (type *BlobIndexer has no field or method indexBlobsAtSlot)
lint
blobIndexer.GetIndexerStatus undefined (type *BlobIndexer has no field or method GetIndexerStatus)
lint
blobIndexer.putIndexerStatus undefined (type *BlobIndexer has no field or method putIndexerStatus)
lint
undefined: handleGetObjectError
lint
assignment mismatch: 1 variable but blobIndexer.processBlobs returns 2 values
lint
not enough arguments in call to blobIndexer.processBlobs
lint
blobIndexer.checkBlobExists undefined (type *BlobIndexer has no field or method checkBlobExists)
lint
blobIndexer.putBlob undefined (type *BlobIndexer has no field or method putBlob) (typecheck)
lint
issues found