Skip to content

storage: close db after writing (#52) #107

storage: close db after writing (#52)

storage: close db after writing (#52) #107

Triggered via push September 6, 2023 08:47
Status Failure
Total duration 1m 54s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build: test/storage_test.go#L26
unknown field ReclaimBatch in struct literal of type tcpmon.DataStoreConfig
build: test/storage_test.go#L27
unknown field ReclaimInterval in struct literal of type tcpmon.DataStoreConfig
build: test/storage_test.go#L28
unknown field GcInterval in struct literal of type tcpmon.DataStoreConfig
build: test/storage_test.go#L121
invalid operation: i < s.config.MaxSize (mismatched types int and uint32)
build: test/storage_test.go#L137
ds.GetSize undefined (type *tcpmon.DataStore has no field or method GetSize)
build: test/storage_test.go#L141
s.config.ReclaimInterval undefined (type *tcpmon.DataStoreConfig has no field or method ReclaimInterval)
build: test/storage_test.go#L143
ds.GetSize undefined (type *tcpmon.DataStore has no field or method GetSize)
build
Process completed with exit code 1.