Skip to content

storage: revise to open-write-close mode #106

storage: revise to open-write-close mode

storage: revise to open-write-close mode #106

Triggered via pull request September 6, 2023 08:18
@10232800721023280072
opened #52
rxh
Status Failure
Total duration 1m 58s
Billable time 2m
Artifacts

go.yml

on: pull_request
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.