MCPcopy Index your code
hub / github.com/cortexproject/cortex / Compact

Method Compact

pkg/compactor/compactor_test.go:1639–1642  ·  view source on GitHub ↗
(dest string, dirs []string, open []*tsdb.Block)

Source from the content-addressed store, hash-verified

1637}
1638
1639func (m *tsdbCompactorMock) Compact(dest string, dirs []string, open []*tsdb.Block) ([]ulid.ULID, error) {
1640 args := m.Called(dest, dirs, open)
1641 return args.Get(0).([]ulid.ULID), args.Error(1)
1642}
1643
1644func (m *tsdbCompactorMock) CompactWithBlockPopulator(dest string, dirs []string, open []*tsdb.Block, blockPopulator tsdb.BlockPopulator) ([]ulid.ULID, error) {
1645 args := m.Called(dest, dirs, open, blockPopulator)

Callers 2

compactUserMethod · 0.45
createTSDBBlockFunction · 0.45

Calls 2

GetMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected