diff --git a/tsdb/agent/series_test.go b/tsdb/agent/series_test.go index bc5a4af5d3..85387d03a9 100644 --- a/tsdb/agent/series_test.go +++ b/tsdb/agent/series_test.go @@ -82,8 +82,8 @@ func labelsWithHashCollision() (labels.Labels, labels.Labels) { if ls1.Hash() != ls2.Hash() { // These ones are the same when using -tags stringlabels - ls1 = labels.FromStrings("__name__", "metric", "lbl", "HFnEaGl") - ls2 = labels.FromStrings("__name__", "metric", "lbl", "RqcXatm") + ls1 = labels.FromStrings("__name__", "metric", "lbl", "D3opXYk") + ls2 = labels.FromStrings("__name__", "metric", "lbl", "G1__3.m") } if ls1.Hash() != ls2.Hash() { diff --git a/tsdb/head_test.go b/tsdb/head_test.go index e498578c10..66ec1962b1 100644 --- a/tsdb/head_test.go +++ b/tsdb/head_test.go @@ -6176,8 +6176,8 @@ func labelsWithHashCollision() (labels.Labels, labels.Labels) { if ls1.Hash() != ls2.Hash() { // These ones are the same when using -tags stringlabels - ls1 = labels.FromStrings("__name__", "metric", "lbl", "HFnEaGl") - ls2 = labels.FromStrings("__name__", "metric", "lbl", "RqcXatm") + ls1 = labels.FromStrings("__name__", "metric", "lbl", "D3opXYk") + ls2 = labels.FromStrings("__name__", "metric", "lbl", "G1__3.m") } if ls1.Hash() != ls2.Hash() {