Skip to content

Commit

Permalink
Store: fix merge race
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
  • Loading branch information
MichaHoffmann committed Jun 21, 2024
1 parent 0ff119d commit 443671a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ func TestProxyStoreWithTSDBSelector_Acceptance(t *testing.T) {
}

for _, extLset := range extLsets {
id := createBlockFromHead(tt, auxDir, h)
id := storetestutil.CreateBlockFromHead(tt, auxDir, h)

auxBlockDir := filepath.Join(auxDir, id.String())
meta, err := metadata.ReadFromDir(auxBlockDir)
Expand Down

0 comments on commit 443671a

Please sign in to comment.