Skip to content

Commit

Permalink
test: Use table prefix in bloomstore tests (grafana#12022)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Haudum <[email protected]>
  • Loading branch information
chaudum authored and rhnasc committed Apr 12, 2024
1 parent 0fdc355 commit 883bbc6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkg/storage/stores/shipper/bloomshipper/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ func newMockBloomStore(t *testing.T) (*BloomStore, string) {
IndexTables: storageconfig.IndexPeriodicTableConfig{
PeriodicTableConfig: storageconfig.PeriodicTableConfig{
Period: 24 * time.Hour,
// TODO(chaudum): Integrate {,Parse}MetaKey into schema config
// Prefix: "schema_a_table_",
Prefix: "schema_a_table_",
}},
},
{
Expand All @@ -40,8 +39,7 @@ func newMockBloomStore(t *testing.T) (*BloomStore, string) {
IndexTables: storageconfig.IndexPeriodicTableConfig{
PeriodicTableConfig: storageconfig.PeriodicTableConfig{
Period: 24 * time.Hour,
// TODO(chaudum): Integrate {,Parse}MetaKey into schema config
// Prefix: "schema_b_table_",
Prefix: "schema_b_table_",
}},
},
}
Expand Down

0 comments on commit 883bbc6

Please sign in to comment.