The following function is currently used inside mocked tests, but this does not seem to make part of the common catalog.go interface :
func (cat *CatalogMock) TableSize(tableName string) int64
It seems that it would be better to implement it in the interface and to complete the tests on DB, don't you think ?
The following function is currently used inside mocked tests, but this does not seem to make part of the common catalog.go interface :
func (cat *CatalogMock) TableSize(tableName string) int64
It seems that it would be better to implement it in the interface and to complete the tests on DB, don't you think ?